Remove one member from a Scaleway IAM Group
scaleway_iam_remove_group_memberRemove a user or application from an IAM group, revoking all permissions granted by the group's policies. Requires explicit confirmation to proceed.
Instructions
Remove one User and/or one Application from a Group. Requires confirm=true. That member immediately loses every permission this group's attached Policies granted them - check they don't rely solely on this group for access they still need. Refuses Scaleway-managed/special or non-editable groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly true. | |
| user_id | No | A human User's id to add/remove. | |
| group_id | Yes | Group ID, from scaleway_iam_list_groups. | |
| application_id | No | An Application's id to add/remove. |