Skip to main content
DELETE
/
v1
/
voice
/
call-caps
/
{teamVoiceCallCap}
Remove the specified voice call cap
curl --request DELETE \
  --url https://api.comm.com/api/v1/voice/call-caps/{teamVoiceCallCap} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Voice call cap deleted successfully"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

teamVoiceCallCap
string<uuid>
required

The team voice call cap ID

Response

message
string
required
Example:

"Voice call cap deleted successfully"