Skip to main content
DELETE
/
telephony
/
connections
/
{connection_id}
Disconnect a telephony connection
curl --request DELETE \
  --url https://api.vocobase.com/api/v2/telephony/connections/{connection_id} \
  --header 'Authorization: Bearer <token>'
{
  "success": false,
  "error": {
    "code": "UNAUTHORIZED",
    "message": "Invalid or missing API key"
  }
}

Authorizations

Authorization
string
header
required

API key in format: rg_live_xxxx. Pass as a Bearer token in the Authorization header.

Path Parameters

connection_id
string<uuid>
required

Telephony connection ID.

Response

Connection disconnected.