DELETE /v1/tenants/{id}
Deletes the specified tenant. This is a destructive, irreversible operation — all schema versions, relationship tuples, and attributes associated with the tenant are permanently removed.
Path Parameters
The unique identifier of the tenant to delete.
Response
The identifier of the tenant that was deleted.
Example
Error Codes
| HTTP Status | Description |
|---|---|
400 | Bad request — missing tenant ID |
401 | Unauthorized |
404 | Tenant not found |
429 | Rate limit exceeded |
500 | Internal server error |