Skip to main content
DELETE
Delete an embed group
🔒 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 one of the embed tenant’s groups. Returns 400 while the group still has members — remove them first — and 404 if the group does not exist in this tenant.

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).

id
integer
required

Numeric id of the group, as returned by the groups endpoints.

Response

Successful response