Cancel a scheduled post
Stops a scheduled post from publishing. Postbreeze cancels the pending publish so the post doesn’t go out, and marks both the post and every account on it as cancelled.
If some accounts on the post already published (a partial publish), those are left alone — we don’t try to retract what’s already live. Cancel doesn’t delete the post; the row is still around and you can reschedule it later. To get rid of it, call DELETE /posts/{postId} afterwards.
Postbreeze fires a post.cancelled webhook to any webhook endpoints you’ve set up for the workspace.
Only workspace owners, admins, and editors can cancel posts.
Authorizations
Your Postbreeze API key
Path Parameters
Prefixed cuid of the post to cancel.
"post_01HZX5T2K9Q3RB6N6JZP3RYV0M"
Response
The canceled post.
Prefixed cuid identifier.
Workspace this post belongs to.
User id of the author.
Aggregate publish state. Derived from per-target statuses (PARTIALLY_PUBLISHED when some succeed and some fail).
DRAFT, NEEDS_APPROVAL, SCHEDULED, PUBLISHING, PARTIALLY_PUBLISHED, PUBLISHED, FAILED, CANCELED Default caption applied to every target unless overridden via targets[].captionOverride.
ISO-8601 publish time. Doubles as the calendar pin for drafts (set via draftScheduledAt).
IANA timezone the post was composed in. Cosmetic — used by the UI.
Temporal workflow id driving this post's publish, when scheduled. Null on drafts and after cancellation.
Workflow id staged during the schedule transaction. Visible while a Temporal start is in flight; cleared on commit.
User id of the approver. Set when an NEEDS_APPROVAL post is approved.
When the post was approved, if applicable.
True when the post was authored by an API-key or OAuth request. Cookie-session dashboard posts are false.
True when the request used the flat platforms[] body shape. False for the nested targets[] shape and dashboard posts.
Soft-delete timestamp. Listings and GET /posts/:id exclude rows where this is non-null.
When the post was created.
When the post was last modified.
One fan-out target per connected account this post publishes to.
Library media attached to the post, ordered by order. Per-target overrides on targets[].mediaIds win over this list.