Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.
deleteCMSItemTOOL
Deletes an item from a CMS collection.
This permanently removes the item and cannot be undone. The item ID must exist in the specified collection.
destructive
Parameters
collectionId *string
The ID of the CMS collection containing the item
itemId *string
The ID of the item to delete
Request example
{ "method": "tools/call", "params": { "name": "deleteCMSItem", "arguments": { "collectionId": "string", "itemId": "string" } } }