Skip to main content
DELETE
/
v1
/
recordings
/
{id}
Delete a call recording
curl --request DELETE \
  --url https://api.wavix.com/v1/recordings/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

id
integer<int32>
required

Recording ID.

Example:

123

Response

Recording deleted.

success
boolean

Indicates whether the request succeeded.

Example:

true