By using the DELETE API, you can delete content via the API.
Only the list format API is available. It cannot be used with the object format API, so please be aware.
This is the authentication key required for DELETE API requests.
Please enable "DELETE" with default permissions or individual permissions and include it in the request header when sending.
If the X-MICROCMS-API-KEY is identifiable, it may allow unauthorized manipulation of content by third parties. Please handle it with care. For more details, please refer to "API Key (API Authentication and Authorization Management)".
Not needed.
If the content is successfully deleted, a 202 response will be returned.
The response body when the request is successfully executed will be as follows.
AcceptedPlease refer to the Content API Error Response.