delete_group_users
Remove up to 1,000 users from a group by passing their IDs; if any ID is invalid, the entire operation fails.
Instructions
Remove 1–1000 users from a group. Provide an array of user IDs. All-or-nothing: if any user ID is invalid, the entire operation fails.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ID of the group. | |
| group_id | Yes | A unique identifier for a group. | |
| user_ids | No | IDs of the users to be deleted from the group. |