rmedeiros
4 years agoNew Contributor III
Rest DELETE without passing body
Hi!
I have a pipeline that gets a list of IDs from a Rest GET. So i have these splitted JSONs with one ID in each. I need to make a Rest DELETE for each of these ids, but the ID must go on the URL and the body must be empty.
I left the HTTP Entity field empty and added the $ID to the URL. Its calling the right URL but it keeps sending the {id: xxx} in the body. I can see it on the error message ("“original”:).
How can i send this Rest DELETE without a body message and still keep the $ID variable to fill the URL.