---
title: "Delete Tenant"
method: DELETE
path: "/tenants/{tenant_id}"
tags: ["Identity"]
---

# Delete Tenant

`DELETE /tenants/{tenant_id}`

Delete a tenant by its Id. Cannot undo this action, so be cautious when performing this operation. Use updateTenant to make the tenant as suspended if required.

## Path parameters

- `tenant_id` string, required

## Response `200`

Removed

- boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Internal Server Error

---

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