Delete an item
CMS items
Delete an item
Soft-deletes the item: it disappears from reads, list results, and backreferences, and fields referencing it read null (single reference) or shrink (multi-reference). Its slug becomes reusable, and incoming references are preserved so the item can be restored.
DELETE
Delete an item
Authorizations
Cactal API key. Create one in the dashboard or via POST /apiKeys. The plaintext key is shown once at creation.
Path Parameters
Minimum string length:
1Response
Deletion acknowledgement.
Always true once the item is soft-deleted.