---
title: "delete tenant"
method: DELETE
path: "/v1/tenants/{id}"
tags: ["Tenancy"]
---

# delete tenant

`DELETE /v1/tenants/{id}`

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- TenantDeleteResponse — TenantDeleteResponse is the message returned from the request to delete a tenant.
  - `tenant` Tenant — Tenant represents a tenant with an id, a name, and a timestamp indicating when it was created.
    - `id` string — The ID of the tenant.
    - `name` string — The name of the tenant.
    - `created_at` string, date-time — The time at which the tenant was created.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-03-19** `0bc305aa169f` — 1 breaking, 1 warning, 1 info
  - the `details/items/additionalProperties/` response's property type/format changed from ``/`` to `object`/`` for status `default`
  - removed the optional property `tenant_id` from the response with the `200` status
  - added the optional property `tenant` to the response with the `200` status

[Change history](https://skmtc.dev/permify/apis/permify-api/changes/v1/tenants/:id/delete.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/0bc305aa169f/schema)
