Skip to main content
Usage
algolia synonyms delete <index> --synonyms <synonym-ids> --confirm [flags]

Examples

Delete one single synonym with the ID β€œ1” from the β€œMOVIES” index:
algolia synonyms delete MOVIES --synonym-ids 1
Delete multiple synonyms with the IDs β€œ1” and β€œ2” from the β€œMOVIES” index:
algolia synonyms delete MOVIES --synonym-ids 1,2

Flags

-y, --confirm
Skip confirmation prompt
--forward-to-replicas
Whether to delete synonyms also from the replicas
--synonym-ids
Synonym IDs to delete.
-w, --wait
Wait for the operation to complete
⌘I