delete_entry
Delete a content entry permanently by specifying its content type and entry ID. Optionally remove only a specific language version using the locale parameter.
Instructions
Permanently delete a content entry by its ID from the specified content type. This action is irreversible and will remove the entry and its associated data. Use get_entry first to verify you are deleting the correct entry. If a locale is specified, only that localization is removed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Locale of the specific localization to delete (e.g., 'fr'). If omitted, deletes all localizations. | |
| entry_id | Yes | Numeric ID of the entry to permanently delete | |
| content_type | Yes | Plural API ID of the content type (e.g., 'articles', 'products') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |