Skip to main content
DELETE

Delete Post

Deletes a post and cancels any scheduled publishing. This action cannot be undone.

Request

integer
required
The ID of the post to delete

Response

string
Success message confirming the post was deleted

Code Examples

Error Codes

Unauthorized
Missing or invalid API token
Forbidden
Token does not have ‘posts’ permission
Not Found
Post not found or user does not have access to the post’s workspace
Unprocessable Entity
Invalid post ID provided