cURL
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>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The team voice call cap ID
"Cache cleared successfully"