arango_remove
Remove a document from a collection using its unique key.
Instructions
Remove a document by key in a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | Name of the collection containing the document | |
| key | Yes | Document key to remove | |
| database | No | Database override |