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
execution_idstring
statusenum

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

Allowed values:
messagestring

Errors

403
Forbidden Error
404
Not Found Error