cURL
curl --request POST \ --url https://api.callab.ai/v1/calls/end \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "call_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "disconnect_reason": "<string>" }'
{ "status": "<string>", "message": "<string>", "data": "<string>" }
Ends an ongoing call
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Details to end the call
The body is of type object.
object
Call ended successfully
The response is of type object.
Was this page helpful?