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

Bearer token using appid (Authorization: Bearer )

Path Parameters

id
integer<int32>
required

Recording ID.

Example:

123

Response

Recording deleted.

success
boolean

Indicates whether the request succeeded.

Example:

true