Skip to main content
DELETE
Delete embed tenant
🔒 Admin only. Requires administrator privileges — the authenticated principal (API key, embed JWT, or any bearer token) must belong to a user with the admin role. Deletes an embed tenant and everything inside it — users, groups, memberships, attributes, policies, and content — plus the tenant’s system:tenant:* sharing group. Idempotent: deleting a tenant that does not exist succeeds. The name must already be in canonical form (lowercase, per the embedTenantName rule); unlike the routes below, a name that differs only in case is rejected with 400 rather than being lowercased, so a typo can never cascade-delete a tenant the caller did not name exactly.

Authorizations

Authorization
string
header
required

Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.

Path Parameters

embedTenantName
string
required

Name of the embed tenant (the embedTenantName used to generate embed sessions).

Response

Successful response