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
Delete a post
Previous
Schedule a draft postTakes a draft and queues it up to publish at the time you pass in. Postbreeze handles the rest — when the time comes around, it fans the post out to every account on the post and tries to publish each one.
This also works as a quick way to revive a post that previously failed or was cancelled — call it again with a new time and Postbreeze will give it another go.
Only workspace **owners**, **admins**, and **editors** can schedule posts.
Next
Delete a post