Skip to main content
DELETE
Only posts with a status of generated or pending_render can be deleted. Posts that have already been posted cannot be deleted.

Request Body

array
required
Array of post IDs to delete. You can delete a single post or multiple posts in one request.

Response

array
Array of post IDs that were successfully deleted.
array
Array of objects for any post IDs that could not be deleted, with a reason for each.
string
ISO 8601 timestamp of when the deletion was processed.

Error Responses

Unauthorized
Missing Required Fields
Server Error