Skip to main content
Usage
algolia dictionary entries delete <dictionary> --object-ids <object-ids> [--confirm] [flags]

Examples

Delete one single entry with the ID β€œ1” from the β€œplurals” dictionary:
algolia dictionary entries delete plurals --object-ids 1
Delete multiple entries with the IDs β€œ1” and β€œ2” from the β€œplurals” dictionary:
algolia dictionary entries delete plurals --object-ids 1,2

Flags

-y, --confirm
Skip the delete dictionary entry confirmation prompt
--object-ids
Object IDs to delete
⌘I