Delete Query - Not Working for ASP.NET

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.

Or am I doing something wrong here?
image

The server action itself is pretty simple. Just a DB connection & the delete query.
Please help.

So what is the error Sid? with test=true only the query to be executed is shown.

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.

I had to use custom query to get it to work.