I’m trying to remove a value from an multi values account attribute. How can achieve this.
For example, I have “Test_Group“, “Knowledge Administrator”, “"Account Reader” as list of values.
when I use below payload, It completely removes all the values.
I don’t believe that’s possible. According to the documentation, you can remove a value from an array, but the remove operation requires specifying the exact index of the element to be removed. If you want to remove a specific value without relying on its index, you’ll need to use the replace operation and provide the updated array containing only the desired values.