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