Skip to main content
DELETE
/
api
/
v1
/
tenants
/
{id}
Delete a tenant (only allowed for default tenant)
curl --request DELETE \
  --url https://api.example.com/api/v1/tenants/{id} \
  --header 'x-calry-api-key: <api-key>'

Authorizations

x-calry-api-key
string
header
required

Headers

x-calry-tenant-id
string

Optional tenant ID to specify which tenant to operate as. If not provided, the default tenant will be used.

Path Parameters

id
string
required

Tenant ID

Response

Tenant deleted