Delete a Telco Data usage report
DELETE/reporting/telco_data_usage_reports/:id
Permanently deletes a Telco Data usage report.
Request
Path Parameters
id stringrequired
ID of the Telco Data usage report to delete
Responses
200: Successful response
- application/json
400: Bad request
- application/json
401: Unauthorized
- application/json
404: Resource not found
- application/json
422: Invalid parameters supplied in request
- application/json
Request samples
curl -L -X DELETE 'https://api.telnyx.com/reporting/telco_data_usage_reports/:id' \
-H 'Accept: application/json'
Response samples
{
"data": {
"id": "string",
"start_date": "string",
"end_date": "string",
"aggregation_type": "string",
"status": "string",
"report_url": "string",
"result": [
{
"user_id": "string",
"aggregations": [
{
"type": "string",
"total_dips": 0,
"total_cost": 0,
"currency": "string"
}
]
}
],
"created_at": "string",
"updated_at": "string"
}
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string"
}
]
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string"
}
]
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string"
}
]
}
{
"errors": [
{
"code": "string",
"title": "string",
"detail": "string"
}
]
}