Delete embed tenant
Embed Tenants
Delete embed tenant
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.