I have created IAM policy and attach it to user group with the same name in AWS accounts under organisation with Cloudformation indivdually.
Now I want to delete the IAM policy in every AWS accounts but hope to do it efficiently. I could not simply delete the Stackset as I wasn't using Stackset in Day 1. Also Cloudformation could only create and edit resources and I couldnt remove the IAM policy by running a Stackset.
Is there any suggestion please?
I tried to create Stackset to remove the resources but seems it is only capable of creating and editing resources. I was expecting the IAM policy to be deleted in AWS accounts under organisation efficiently.