Cancel the author's pending publication schedule
DELETE /posts/{id}/publication-schedule
Withdraws the caller’s own pending publication schedule for
this post before it fires. The post stays exactly as it is (a
draft stays a draft). Cancelling needs authorship of the post
and nothing else, so an author whose posts.publish was
revoked after scheduling can still take their instruction
back. It never touches an operator’s or the system’s scheduled
action on the same post.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Responses
Section titled “ Responses ”The schedule that was cancelled.
An author’s standing instruction to publish one post (#1119, ADR 0020). A narrow view of the scheduled_actions row the instruction lives in: the generic fields (verb, target kind, params) are fixed for this surface and are not repeated.
object
When the post becomes eligible to publish. It is carried out on the scheduler’s next normal pass after this time, not at this exact second.
The author who scheduled it; always the requesting user.
Authentication required, missing, or invalid
object
Human-readable error summary
Example
the request could not be completedExample
{ "error": "authentication required: sign in and retry with a valid session or API token"}Authenticated but missing required capabilities
object
Human-readable error summary
Example
the request could not be completedThe post is not readable, or it has no pending author schedule.
object
Human-readable error summary
Example
the request could not be completedUnexpected server error
object
Human-readable error summary
Example
the request could not be completed