MDR Usage Reports
Delete MDR Usage Report
Delete messaging usage report by id
delete/reports/mdr_usage_reports/{id}
Path parameters
idstring uuid required
Unique identifier of the resource.
Response
Successful
Example response
{
"data": {
"created_at": "2020-07-01T00:00:00-06:00",
"end_date": "2020-07-01T00:00:00-06:00",
"profiles": "My profile",
"record_type": "mdr_usage_report",
"report_url": "http://portal.telnyx.com/downloads/report_name_8hvb45Gu.csv",
"result": [
{
"carrier_passthrough_fee": "0",
"connection": "all",
"cost": "0",
"currency": "USD",
"delivered": "0",
"direction": "outbound",
"message_type": "SMS",
"parts": "0",
"product": "outbound",
"profile_id": "All",
"received": "0",
"sent": "0",
"tags": "All",
"tn_type": "TF"
}
],
"start_date": "2020-07-01T00:00:00-06:00",
"updated_at": "2020-07-01T00:00:00-06:00"
}
}