---
title: "Force Delete Tenant"
method: POST
path: "/admin/tenants/{tenant_id}/force-delete"
tags: ["admin-tenants"]
---

# Force Delete Tenant

`POST /admin/tenants/{tenant_id}/force-delete`

Immediately hard-delete a tenant (skip grace period).

Requires X-Confirm-Delete: true header.

## Path parameters

- `tenant_id` string, uuid, required

## Headers

- `X-Confirm-Delete` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

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