I am working in Postman and trying to build out operation to Remove access profiles for a role. From everything I can find in the on dev docs this should work. I have tried both the V3 and Beta apis and get the same results. Any ideas as to what I am doing wrong?
“remove” operation does not need any value as it is going to simply remove the section that is defined by path. If you like to remove a specific access profile, you can use “/accessProfiles/n” where n is the index of the item to be removed (index starts from 0)
I tested it on a disabled role and it worked
Have you added this to the header? Content-Type : application/json-patch+json
instead of Content-Type : application/json