Deletes a list of call recordings
POST/recordings/actions/delete
Permanently deletes a list of call recordings.
Request
- application/json
Body
array
required
List of Call Recordings IDs to delete
Array [
]
string
Responses
204: Success
401: Unauthorized
422: Unprocessable entity. Can be caused by invalid UUID format
Request samples
curl -L 'https://api.telnyx.com/recordings/actions/delete' \
-H 'Content-Type: application/json' \
-d '[
"string"
]'