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