strapi_delete_entry
Delete a Strapi entry by documentId (Strapi 5) or id (Strapi 4) using the REST API. Provide the content type and identifier to remove the entry.
Instructions
Delete a Strapi entry by documentId in Strapi 5 or id in Strapi 4 using the REST API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contentType | Yes | Strapi REST API ID, usually the plural API ID, for example articles or product-categories. | |
| documentIdOrId | Yes |