DELETE /api/v1/{endpoint}/{content_id}
By using the DELETE API, you can delete content via the API.
Information
Only the list format API is available. It cannot be used with the object format API, so please be aware.
Request Header
X-MICROCMS-API-KEY
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.
Caution
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)".
Request Body
Not needed.
Response
If the content is successfully deleted, a 202 response will be returned.
Response Body
The response body when the request is successfully executed will be as follows.
AcceptedError Response
Please refer to the Content API Error Response.