I were doing those 2 actions for Deleting Item Permission + Grant Read Permission :-
the 2 requests were POST and the first one was with "X-HTTP-Method:Delete" header.
now i tried to combine those 2 requests inside one BATCH request, as follow:-
But this did not remove the permission, and to remove it i need to do an explicite DELETE request instead of POST, as follow:-
so why passing a POST request worked inside the action, while did not work inside the BATCH request?? and which appraoch is the correct one?
Thanks