---
title: "Delete a V2 legacy usage MDR report request"
method: DELETE
path: "/legacy_reporting/usage_reports/messaging/{id}"
tags: ["MDR Usage Reports"]
---

# Delete a V2 legacy usage MDR report request

`DELETE /legacy_reporting/usage_reports/messaging/{id}`

Deletes a specific V2 legacy usage MDR report request by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

V2 legacy usage MDR report request deleted successfully

- MdrDeleteUsageReportResponse
  - `data` MdrUsageReportResponseLegacy — Legacy V2 MDR usage report response
    - `aggregation_type` integer — Aggregation type: No aggregation = 0, By Messaging Profile = 1, By Tags = 2
    - `connections` string[]
    - `created_at` string, date-time
    - `end_time` string, date-time
    - `id` string, uuid — Identifies the resource
    - `profiles` string[] — List of messaging profile IDs
    - `record_type` string
    - `report_url` string
    - `result` object
    - `start_time` string, date-time
    - `status` integer — Status of the report (Pending = 1, Complete = 2, Failed = 3, Expired = 4)
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Report not found
- `500` — Internal server error

## Changes

- **2026-08-04** `8f5f4e537994` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/changes/legacy_reporting/usage_reports/messaging/:id/delete.md)

---

[API](https://skmtc.dev/team-telnyx/apis/telnyx-api-2.md) · [All operations](https://skmtc.dev/team-telnyx/apis/telnyx-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/team-telnyx/telnyx-api-2/revisions/3fdc16374d70/schema)
