Skip to main content

Cancel Legacy

POST /cancel is the compatibility cancellation endpoint for legacy queue-item posting.
Use this only for queue items addressed by account_id + content_id.

Request Example

Success Response

Cancelability Rules

Currently cancellable:
  • QUEUED
  • SCHEDULED
Currently not cancellable:
  • CLAIMED
  • EXECUTING
  • DONE
Non-cancellable states return 409.

Failure Modes