Skip to main content
DELETE
/
recordings
/
{id}
Delete a specific recording
curl --request DELETE \
  --url https://api.wavix.com/v1/recordings/{id}
{
  "success": true
}

Authorizations

appid
string
query
required

An API key to authorize your request

Path Parameters

id
integer
required

Call recording ID

Example:

123

Response

The recording was deleted successfully.

success
boolean
Example:

true

I