Delete a list of call recordings
Permanently deletes a list of call recordings.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Deletes recordings for the given list of IDs.
List of call recording IDs to delete.
Response
The recordings have been successfully deleted.
Available options:
ok Example:
"ok"
JavaScript