arango_delete_index
Delete an index from a collection by its ID or name. Remove redundant indexes to optimize database performance.
Instructions
Delete an index by id or name from a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Name of the collection containing the index | |
| id_or_name | Yes | Index ID (e.g., collection/12345) or name to delete | |
| database | No | Database override |