Skip to content
Advertisement

Why am I still getting an error with a DELETE request in Postman?

I’m kinda new to programming and I am trying to send a delete request to Postman but I keep getting this error in postman. Would anyone know how to fix this?

ERROR:

JavaScript

NOW, the delete request is working properly as I can see the query selection being deleted when I send the delete request but I am still getting that error in postman. I tried using this solution https://stackoverflow.com/a/69779799/16216414 which was working fine when I used any other request in Postman. I tried checking my code for

posts.js:

JavaScript

Advertisement

Answer

Just Try this :

Check the method type and the link route in Postman.

JavaScript
Advertisement