Skip to main content
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

id
string
required
The unique identifier of the tenant to delete.

Response

tenant_id
string
The identifier of the tenant that was deleted.

Example

curl --location --request DELETE 'http://localhost:3476/v1/tenants/acme'
Response
{
  "tenant_id": "acme"
}

Error Codes

HTTP StatusDescription
400Bad request — missing tenant ID
401Unauthorized
404Tenant not found
429Rate limit exceeded
500Internal server error

Build docs developers (and LLMs) love