Delete a CDR Request
DELETE/reporting/cdr_requests/:id
Permanently deletes a CDR Request.
Request
Path Parameters
id stringrequired
ID of CDR Request to delete
Responses
200: CDR Request delete response
- application/json
401: Unauthorized
404: Resource not found
Request samples
curl -L -X DELETE 'https://api.telnyx.com/reporting/cdr_requests/:id' \
-H 'Accept: application/json'
Response samples
{
"success": true,
"message": "string"
}