---
title: "Delete a tenant"
method: DELETE
path: "/api/tenants/{id}"
---

# Delete a tenant

`DELETE /api/tenants/{id}`

Delete a tenant by ID. The "default" tenant cannot be deleted.

## Response `200`

Tenant deleted

- object
  - `status` string
  - `id` string

## Other responses

- `403` — Cannot delete default tenant
- `404` — Tenant not found

---

[API](https://skmtc.net/samyama-ai/apis/samyama-graph-database-api.md) · [All operations](https://skmtc.net/samyama-ai/apis/samyama-graph-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/samyama-ai/samyama-graph-database-api/versions/047a40292bc8/schema)
