POST
/
call
/
{execution_id}
/
stop
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"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

execution_id
string<uuid>
required

The ID of the call

Response

200
application/json

call status response

The response is of type any.