workspace
Delete Member From User Group
Removes a member from the specified group. Requires group_members_manage permission.
POST
Delete Member From User Group
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Path Parameters
The ID of the target group.
Body
application/json
The email of the target workspace member.
Response
Successful Response
The status of the workspace group member deletion request. If the request was successful, the status will be 'ok'. Otherwise an error message with status 500 will be returned.