cancel_queued_run
Cancel a queued ActionFlow run by queue item ID before it is dispatched.
cancel_queued_run
Cancel a queued flow run by queue item ID. Use this before the item is dispatched. After dispatch, cancel with cancel_run and the Trigger run ID.
See Installation for auth and response_format.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
queueId | string | Yes | Queue item ID. |
organizationId | string | No | Organization ID for access checks. |
response_format | json or markdown | No | Default json. |
Example
{
"queueId": "queue_item_id",
"organizationId": "org_123"
}Returns
JSON with success and data (cancelled queue item).