Skip to main content
POST
/
v1
/
voice
/
call-caps
/
{teamVoiceCallCap}
/
clear-cache
Clear cache for a specific cap and return fresh usage stats
curl --request POST \
  --url https://api.comm.com/api/v1/voice/call-caps/{teamVoiceCallCap}/clear-cache \
  --header 'Authorization: Bearer <token>'
{
  "message": "Cache cleared successfully",
  "stats": "<string>"
}

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:

"Cache cleared successfully"

stats
string
required