Hi,
Was using the DELETE QUERY server action step for the first time.
Turns out the query parameters are not getting replace with the values sent in the request.
Had to put in "test":"true" manually in the JSON to catch this.
That’s correct. But the parameters usually show the value which is replaced for POST variables.
Here, its not getting replaced, so the delete query is not deleting anything.