cURL
curl --request DELETE \ --url 'https://api.wavix.com/v1/recordings/{id}?appid='
{ "success": true }
Use this method to delete a specific recording.
An API key to authorize your request
Call recording ID
123
The recording was deleted successfully.
true
Was this page helpful?