Delete a list of call recordings
Permanently deletes a list of call recordings.
POST
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
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