Remove embed group members
Embed Tenants
Remove embed group members
DELETE
Remove embed group members
π 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.
Removes one or more embed users (1β1000 per request) from a group, identified the same way as when adding them β exactly one of
externalId or embedUserId each. Only this groupβs membership is dropped; the users themselves and their other groups are left alone, and unlike adding, an unknown externalId is never provisioned. Idempotent: removing a user who is not a member is a no-op. Returns 204 No Content, or 404 if the group does not exist in this tenant.Authorizations
Token authentication. Send Authorization: Bearer <YOUR_TOKEN>.
Path Parameters
Name of the embed tenant (the embedTenantName used to generate embed sessions).
Numeric id of the group, as returned by the groups endpoints.
Body
application/json
EmbedGroupMembersInput
Embed users to add or remove (1β1000 per request).
Required array length:
1 - 1000 elementsResponse
Successful response