Delete a synonym

Deletes a synonym by its ID. To find the object IDs of your synonyms, use the search operation.

Usage

Required ACL: editSettings
1
2
3
4
5
6
import com.algolia.api.SearchClient;
import com.algolia.config.*;

SearchClient client = new SearchClient("ALGOLIA_APPLICATION_ID", "ALGOLIA_API_KEY");

client.deleteSynonym("ALGOLIA_INDEX_NAME", "id1");
Did you find this page helpful?
Java API clients v4