Remove operator from group
remove_operator_from_groupMUTATES Olark data: removes an operator from a group (team). Olark API: DELETE /groups/{group_id}/operators/{operator_id}. Reversible via add_operator_to_group. Does NOT delete the operator, only their group membership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group_id | Yes | The group (team) id (path; required). | |
| operator_id | Yes | The operator id to remove from the group (path; required). |