Directus MCP Server

by pixelsock
Verified

deleteItem

Remove a specific item from a Directus CMS collection by providing the collection name and item ID, ensuring precise data management.

Instructions

Delete an item from a collection

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection name
idYesItem ID
tokenNoAuthentication token (default from config)
urlNoDirectus API URL (default from config)

Input Schema (JSON Schema)

{ "properties": { "collection": { "description": "Collection name", "type": "string" }, "id": { "description": "Item ID", "type": "string" }, "token": { "description": "Authentication token (default from config)", "type": "string" }, "url": { "description": "Directus API URL (default from config)", "type": "string" } }, "required": [ "collection", "id" ], "type": "object" }

You must be authenticated.

Other Tools from Directus MCP Server

Related Tools

ID: t8xgans6q3