POST
/
dials
/
{id}
/
hangup
curl --request POST \
  --url https://api.vogent.ai/api/dials/{id}/hangup
{
  "success": true
}

Path Parameters

id
string
required

ID of the dial.

Response

200
application/json
Successful operation
success
boolean
required
Example:

true