Remove group members
POST/group.remove
Remove one or more group members.
Apps may remove members from a group if one of the following conditions is true:
- It is a public group in their Roam.
- They are a member of the group.
Removing members with the Admin role is not yet supported.
Access: Organization only.
Required scope: group:write
OpenAPI Spec: chat.json
Request
Responses
- 204
- 400
- 401
- 403
- 500
Members removed successfully
Invalid request, e.g. group does not exist or incorrect user IDs.
Unauthorized.
App does not have permission to remove members from this group.
An internal error occured.