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