---
title: "Delete a billing group"
method: DELETE
path: "/billing_groups/{id}"
tags: ["Billing Groups"]
---

# Delete a billing group

`DELETE /billing_groups/{id}`

## Path parameters

- `id` string, uuid, required

## Response `200`

Expected billing group response to a valid request

- object
  - `data` BillingGroup
    - `record_type` 'billing_group' — Identifies the type of the resource.
    - `id` string, uuid — Identifies the type of resource.
    - `organization_id` string, uuid — Identifies the organization that owns the resource.
    - `name` string — A user-specified name for the billing group
    - `created_at` string, date-time — ISO 8601 formatted date indicating when the resource was created.
    - `updated_at` string, date-time — ISO 8601 formatted date indicating when the resource was updated.
    - `deleted_at` string, date-time, nullable — ISO 8601 formatted date indicating when the resource was removed.

## Other responses

- `403` — Insufficient permissions to access billing group
- `404` — Billing group not found
- `409` — Resource conflict or in use
- `422` — Invalid request data
- `default` — Unexpected 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)
