Skip to main content

Delete recording

Endpoint: /recording/delete

This endpoint allows you to permanently delete a recording from the server. This action is irreversible and will remove the recording file and all associated metadata.

This is a critical administrative function for managing storage and ensuring compliance with data retention policies. You would typically integrate this into your application's interface to allow authorized users to remove recordings they no longer need.

FieldTypePositionRequiredDescription
record_idstringrootYesRecording Id that you want to delete

Example:

{
"record_id": "7f867cd7-7956-4a17-af46-6ddd4015a497-1761814595173"
}

Response

FieldTypePositionDescription
statusbooleanrootThe status of the request
msgstringrootResponse message
status_codestringrootResponse status code.