Wanted to document my attempts, a bit more methodically, so went through this exercise. The various permutations I’ve attempted to try and get this thing to work. Mostly out of sheer stubbornness…
I know the original post was Node.js, and I’m doing P...
Sadly, yes I have. And I’ve tried to get to that but just can’t. What’s odd is that I’m able to build a PATCH request, via PHP array to json_encode(), and successfully update multiple records, via batch. However, that is a JSON request. The DELETE is...
Has anyone actually gotten batch delete working? I’ve been banging my head against it for a few days. Managing data in PHP with curl requests. I’ve tried building, encoding and formatting the array in every way I can think. Including, but not limited...