---
title: "Delete MDR Usage Report"
method: DELETE
path: "/reports/mdr_usage_reports/{id}"
tags: ["MDR Usage Reports"]
---

# Delete MDR Usage Report

`DELETE /reports/mdr_usage_reports/{id}`

Delete messaging usage report by id

## Path parameters

- `id` string, uuid, required

## Response `200`

Successful

- MdrDeleteUsageReportsResponse
  - `data` MdrUsageReportResponse
    - `id` string, uuid — Identifies the resource
    - `start_date` string, date-time
    - `end_date` string, date-time
    - `connections` integer[]
    - `aggregation_type` 'NO_AGGREGATION' | 'PROFILE' | 'TAGS'
    - `status` 'PENDING' | 'COMPLETE' | 'FAILED' | 'EXPIRED'
    - `report_url` string
    - `result` MdrUsageRecord[]
      - `cost` string
      - `direction` string
      - `product` string
      - `connection` string
      - `received` string
      - `delivered` string
      - `currency` string
      - `parts` string
      - `sent` string
      - `profile_id` string
      - `tags` string
      - `message_type` string
      - `tn_type` string
      - `carrier_passthrough_fee` string
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `profiles` string
    - `record_type` string

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.net/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/versions/8f5f4e537994/schema)
