0
votes

It seems like that compute engine only provide a way to set Iam policy but there is not way to remove the iam policy binding. https://cloud.google.com/compute/docs/reference/rest/v1/images

1

1 Answers

2
votes

To change or modify IAM member and role settings, use setIamPolicy.

Read the current policy first, modify it to meet your needs and then set the new policy via setIamPolicy.