---
title: "delete bundle"
method: POST
path: "/v1/tenants/{tenant_id}/bundle/delete"
tags: ["Bundle"]
---

# delete bundle

`POST /v1/tenants/{tenant_id}/bundle/delete`

## Path parameters

- `tenant_id` string, required

## Request body

- object — BundleDeleteRequest is used to request the deletion of a bundle. It contains the tenant_id to specify the tenant and the name of the bundle to be deleted.
  - `name` string — Name of the bundle to be deleted.

## Response `200`

A successful response.

- BundleDeleteResponse
  - `name` string

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-03-19** `0bc305aa169f` — 1 breaking
  - the `details/items/additionalProperties/` response's property type changed from no type to `object` for status `default`

[Change history](https://skmtc.dev/permify/apis/permify-api/changes/v1/tenants/:tenant_id/bundle/delete/post.md)

---

[API](https://skmtc.dev/permify/apis/permify-api.md) · [All operations](https://skmtc.dev/permify/apis/permify-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/permify/permify-api/revisions/fbdb3ba37b2a/schema)
