Skip to main content
DELETE
/
v1
/
recordings
/
{id}
Delete a specific 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

Call recording ID

Example:

123

Response

The recording was deleted successfully.

success
boolean
Example:

true