Skip to main content
DELETE
/
api
/
telephony
/
calls
/
{callId}
/
recording
Delete call recording
curl --request DELETE \
  --url https://api.g-tateth.com/api/telephony/calls/{callId}/recording \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT session token authentication. Use for user-context requests. The token is returned by the login endpoint and expires after 15 minutes.

Path Parameters

callId
string
required

Response

200

Recording deleted successfully