---
title: "Delete Bundle"
method: DELETE
path: "/v3/bundles/{id}"
tags: ["Bundle"]
---

# Delete Bundle

`DELETE /v3/bundles/{id}`

Deletes a Bundle.

## Path parameters

- `id` string, required

## Response `200`

OK. Returned if the bundle was successfully deleted.

- object
  - `message` string

## Other responses

- `401` — Unauthorized. Returned if no valid authentication was provided.
- `404` — Not Found. Returned if the ID is invalid. No bundle found.

---

[API](https://skmtc.net/zuora/apis/admin-api-reference.md) · [All operations](https://skmtc.net/zuora/apis/admin-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuora/admin-api-reference/revisions/789812d35ac8/schema)
