Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
Overview
DELETE /v1/admin/tenants/{slug} sets is_active = FALSE and provisioning_state = 'deprovisioned' on the tenant row. TenantMiddleware stops routing requests for the tenant immediately (Valkey cache is invalidated as part of the operation).
Path parameters
The tenant slug to deactivate (e.g.
acme-bank).Response
Returns204 No Content on success.
Examples
Error responses
| Code | Reason |
|---|---|
404 | No tenant found with that slug |

