Delete a Recording
Delete an existing recording
curl https://v1.api19.com/call/2012-04-24/Accounts/ACCOUNT_SID/Recordings \
-d 'delete_file=recording_sid'
-u 'API_Token'curl -X DELETE https://v1.api19.com/call/2012-04-24/Accounts/ACCOUNT_SID/Recordings/RECORDING_SID \
-u 'API_Token:account_sid'Possible Responses
HTTP Status: 200
{"status": "ok"}
OR
HTTP Status: 404
{"status": "error", "error": "file missing"}Last updated