ncloud_detach_policy_from_group
Remove one or more IAM policies from a group to revoke attached permissions. Set confirm=true to apply the change.
Instructions
⚠️ Destructive: Remove one or more IAM policies from a group. Policy IDs are sent in the request body as policyIdList (the API takes no policy ID in the path). Set confirm=true to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Must be true to actually execute | |
| groupId | Yes | Group ID | |
| policyId | No | Single policy ID to detach. Merged into policyIdList when sent; kept for backward compatibility | |
| policyIdList | No | List of policy IDs to detach. Provide this or policyId |