Call recording
Delete a call recording
Deletes the call recording identified by id. Deletion is permanent and removes the recording file.
delete/v1/recordings/{id}
Path parameters
idinteger required
Example:123
The unique ID of the call recording.
Response
Returns a success confirmation. The recording is deleted.
Example response
{
"success": true
}