...
Using the DELETE HTTP Method
Learn how to perform the DELETE operation using the HTTP method.
In the previous lesson, we used /users/<id>/delete as the URL to POST to.
/users/<id>/delete
POST
We will show an alternative implementation in this section that does the more ...