...

/

Using the DELETE HTTP Method

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.

We will show an alternative implementation in this section that does the more ...