deleteItem
Remove a specific item from a collection in Directus CMS by specifying the collection name and item ID, using the MCP Server to execute the deletion via an API call.
Instructions
Delete an item from a collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection | Yes | Collection name | |
id | Yes | Item ID | |
token | No | Authentication token (default from config) | |
url | No | Directus API URL (default from config) |