---
title: "Delete a support bundle."
method: DELETE
path: "/supportbundle/{bundle_id}"
tags: ["supportBundle"]
---

# Delete a support bundle.

`DELETE /supportbundle/{bundle_id}`

Delete a specific support bundle, removing it from the system and revoking access for all teams.

Required RBAC Policy: team/support-issues/write

## Path parameters

- `bundle_id` string, required

## Response `200`

DeleteSupportBundleResponse contains the delete support bundle command response properties

- object

## Other responses

- `400` — Returned on bad input
- `401` — Return if the caller is not authorized
- `403` — Returned if the caller does not have the needed permission
- `404` — Returned on resource not found

---

[API](https://skmtc.net/replicated/apis/vendor-api-v3-2.md) · [All operations](https://skmtc.net/replicated/apis/vendor-api-v3-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/replicated/vendor-api-v3-2/versions/6fcf9e54aba4/schema)
