---
title: "Delete Tenant Endpoint"
method: POST
path: "/admin/force-delete-tenant"
tags: ["admin"]
---

# Delete Tenant Endpoint

`POST /admin/force-delete-tenant`

Similar to the user /delete-tenant endpoint, but does not protect
shared tenants from deletion.

## Request body

- DeleteTenantRequest
  - `tenant_id` string, required
  - `reason` string, nullable

## Response `200`

Successful Response

- DeleteTenantResponse
  - `infra_errors` string[], required

## Other responses

- `403` — `{"detail": "Invalid API Key"}` `{"detail": "Not permitted to access this tenant"}`
- `404` — `{"detail": "Tenant not found"}`
- `422` — Validation Error

---

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