cURL
curl --request POST \ --url https://api.bolna.ai/call/{execution_id}/stop \ --header 'Authorization: Bearer <token>'
{ "message": "done", "status": "stopped", "execution_id": "123e4567-e89b-12d3-a456-426655440000" }
Learn how to stop a call when its status is queued or scheduled This API allows you to cancel pending calls before they are executed.
queued
scheduled
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the call
call status response
Was this page helpful?