Cancel Legacy
POST /cancel is the compatibility cancellation endpoint for legacy queue-item posting.
account_id + content_id.
Request Example
Success Response
Cancelability Rules
Currently cancellable:QUEUEDSCHEDULED
CLAIMEDEXECUTINGDONE
409.
Failure Modes
| Status code | Meaning |
|---|---|
401 | Missing or invalid bearer token. |
404 | Queue item not found. |
409 | Queue item already in progress or otherwise not cancellable. |
422 | Invalid payload. |
500 | Unexpected cancellation failure. |