Tool
Collections items delete item
The Collections Items Delete Item tool by Webflow allows users to efficiently delete specific items within a CMS collection, streamlining content management with precision and ease. It supports deletion in the primary locale or any specified locale through optional locale ID parameters.
Features
- Delete individual items from any CMS collection using unique identifiers.
- Supports deletion in the primary locale by default, ensuring default content consistency.
- Allows specifying cmsLocaleIds to target deletion in specific locales for multilingual content management.
- Integrates seamlessly with Webflow's CMS collections for efficient content updates.
- Offers a straightforward API schema for reliable and precise CMS item deletion.
Benefits
- Simplifies management of CMS content by removing unwanted or outdated items quickly.
- Supports multilingual content deletion, enhancing global website management.
- Reduces manual errors by using unique collection and item identifiers for deletion.
- Improves site maintenance efficiency, saving time for developers and content managers.
- Enhances control over Webflow CMS data for dynamic and custom website workflows.
Description
Delete an item in a CMS collection. Items will only be deleted in the primary locale unless a cmsLocaleId is included in the request.
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| collection_idrequired | string | Unique identifier for the Collection. |
| itemIdrequired | string | Item ID to be deleted. |
| cmsLocaleIds | string | Unique identifier for the locale of the CMS Item. |