Skip to content
POST
/admin/force-delete-tenant

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

DeleteTenantRequest
object
tenant_id
required
Tenant Id
string
reason
Any of:
string

Successful Response

DeleteTenantResponse
object
infra_errors
required
Infra Errors
Array<string>

{"detail": "Invalid API Key"} {"detail": "Not permitted to access this tenant"}

{"detail": "Tenant not found"}

Validation Error

HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string