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

# Delete a V2 legacy usage CDR report request

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

Deletes a specific V2 legacy usage CDR report request by ID

## Path parameters

- `id` string, uuid, required

## Response `200`

V2 legacy usage CDR report request deleted successfully

- CdrDeleteUsageReportResponse
  - `data` CdrUsageReportResponseLegacy — Legacy V2 CDR usage report response
    - `id` string, uuid — Identifies the resource
    - `start_time` string, date-time
    - `end_time` string, date-time
    - `connections` string[]
    - `aggregation_type` integer — Aggregation type: All = 0, By Connections = 1, By Tags = 2, By Billing Group = 3
    - `status` integer — Status of the report: Pending = 1, Complete = 2, Failed = 3, Expired = 4
    - `report_url` string
    - `result` object
    - `created_at` string, date-time
    - `updated_at` string, date-time
    - `record_type` string
    - `product_breakdown` integer — Product breakdown type: No breakdown = 0, DID vs Toll-free = 1, Country = 2, DID vs Toll-free per Country = 3

## Other responses

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

---

[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)
