Delete a Scaleway IAM Group
scaleway_iam_delete_groupPermanently delete an IAM group after explicit confirmation. Blocks deletion of Scaleway-managed groups to prevent accidental access loss.
Instructions
PERMANENTLY delete a Group. Requires confirm=true. IRREVERSIBLE: any Policy granting access via this group's group_id stops applying to its former members immediately - anyone relying solely on this group's grants loses that access. Refuses Scaleway-managed/special groups (all_users/all_applications) tool-side - fetches the group first to check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | Yes | Must be explicitly true. | |
| group_id | Yes | Group ID, from scaleway_iam_list_groups. |