Posts
Delete a post
Deletes a post. The row stays in our database for audit purposes, but it’s hidden from every listing and from GET /posts/{postId} — for your purposes it’s gone.
Important: delete does not stop a scheduled post from publishing. If the post is scheduled and you want to make sure it doesn’t go out, call POST /posts/{postId}/cancel first, then delete it.
Only workspace owners, admins, and editors can delete posts.
Delete a post