---
title: "Deactivate User Bundle"
method: DELETE
path: "/bundle_pricing/user_bundles/{user_bundle_id}"
tags: ["User Bundles"]
---

# Deactivate User Bundle

`DELETE /bundle_pricing/user_bundles/{user_bundle_id}`

Deactivates a user bundle by its ID.

## Path parameters

- `user_bundle_id` string, uuid, required — User bundle's ID, this is used to identify the user bundle in the API.

## Headers

- `authorization_bearer` string — Authenticates the request with your Telnyx API V2 KEY

## Response `200`

Successful Response

- UserBundleCreateResponse
  - `data` UserBundle, required
    - `id` string, uuid, required — User bundle's ID, this is used to identify the user bundle in the API.
    - `active` boolean, required — Status of the user bundle.
    - `user_id` string, uuid, required — The customer's ID that owns this user bundle.
    - `created_at` string, date, required — Date the user bundle was created.
    - `updated_at` string, date, nullable — Date the user bundle was last updated.
    - `billing_bundle` BillingBundleSummary, required
      - `id` string, uuid, required — Bundle's ID, this is used to identify the bundle in the API.
      - `name` string, required — Bundle's name, this is used to identify the bundle in the UI.
      - `slug` string — Slugified version of the bundle's name.
      - `cost_code` string, required — Bundle's cost code, this is used to identify the bundle in the billing system.
      - `is_public` boolean, required — Available to all customers or only to specific customers.
      - `created_at` string, date, required — Date the bundle was created.
      - `mrc_price` number, float — Monthly recurring charge price.
      - `currency` string — Bundle's currency code.
      - `specs` string[]
    - `resources` UserBundleResourceSchema[], required
      - `id` string, uuid, required — Resource's ID.
      - `resource` string, required — The resource itself (usually a phone number).
      - `resource_type` string, required — The type of the resource (usually 'number').
      - `created_at` string, date, required — Date the resource was created.
      - `updated_at` string, date, nullable — Date the resource was last updated.

## Other responses

- `401` — Authentication required or invalid credentials
- `404` — Resource not found
- `422` — Request cannot be processed
- `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)
