provider workspace POST /v1/workspace/groups/{group_id}/members/remove
@utdk/elevenlabs /v1/workspace/groups/{group_id}/members/remove
Delete Member From User Group
Removes a member from the specified group. Requires `group_members_manage` permission.
group_id path required
The ID of the target group.
string
xi-api-key header
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
removeMember
POST/v1/workspace/groups/{group_id}/members/remove
Removes a member from the specified group. Requires `group_members_manage` permission.

Parameters

required

The ID of the target group.

Input

required

The email of the target workspace member.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.removeMember()