cURL
curl --request POST \ --url https://api.vogent.ai/api/dials/{id}/hangup \ --header 'Authorization: Bearer <token>'
{ "success": true }
Hangs up an in-progress dial.
In the form Bearer <api_key_here>. You can find your api key in your dashboard.
Bearer <api_key_here>
ID of the dial.
Successful operation
true