Skip to main content

Removes policy members

POST 

/iam/policies/:id/members:remove

Removes members from the member list of a specific policy. Silently ignores members that are not already part of the member list. Use this endpoint to update members of either custom or compiuta-managed policies.

Ensure each element of the members array is in the correct format.

The removed members will still exist within Compiuta IAM, but are no longer associated with this policy.

Authorization Action:

iam:policyMembers:delete

Request

Path Parameters

    id stringrequired

    ID of the policy.

Body

required
    members string[]required

    List of members to remove from the policy.

Responses

A successful response.

Schema
    members string[]

    Resulting list of policy members.

Loading...