> ## Documentation Index
> Fetch the complete documentation index at: https://algolia.com/llms.txt
> Use this file to discover all available pages before exploring further.

# algolia dictionary entries delete

> Delete dictionary entries.

```txt Usage theme={"system"}
algolia dictionary entries delete <dictionary> --object-ids <object-ids> [--confirm] [flags]
```

## Examples

Delete one single entry with the ID "1" from the "plurals" dictionary:

```sh icon=square-terminal theme={"system"}
algolia dictionary entries delete plurals --object-ids 1
```

Delete multiple entries with the IDs "1" and "2" from the "plurals" dictionary:

```sh icon=square-terminal theme={"system"}
algolia dictionary entries delete plurals --object-ids 1,2
```

## Flags

<ParamField body="-y, --confirm">
  Skip the delete dictionary entry confirmation prompt
</ParamField>

<ParamField body="--object-ids">
  Object IDs to delete
</ParamField>
