Cancel Scheduled Execution

Cancel a scheduled execution before it runs. Safe to call multiple times (idempotent).

Authentication

X-API-Keystring
Your API key from [Dashboard → Settings → API Keys](https://dashboard.bookedin.ai/settings)

Path parameters

execution_idstringRequired

Execution ID (thread_id) to cancel

Response

Cancellation result
successboolean or null
execution_idstring or null
statusenum or null

cancelled = successfully cancelled, already_executed = already processed, already_cancelled = previously cancelled

Allowed values:
messagestring or null

Errors