collections_items_delete_item
Delete a specific item from a Webflow CMS collection using its ID, with optional locale support for multilingual sites.
Instructions
Delete an item in a CMS collection. Items will only be deleted in the primary locale unless a cmsLocaleId is included in the request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| itemId | Yes | Item ID to be deleted. | |
| cmsLocaleIds | No | Unique identifier for the locale of the CMS Item. | |
| collection_id | Yes | Unique identifier for the Collection. |