microcms_delete_content
Delete a specific content entry from a microCMS content type by providing its content ID and endpoint.
Instructions
Delete content from microCMS
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| serviceId | No | Service ID (required in multi-service mode, optional in single-service mode) | |
| endpoint | Yes | Content type name (e.g., "blogs", "news") | |
| contentId | Yes | Content ID to delete |