Using the DELETE HTTP Method

Learn how to perform the DELETE operation using the HTTP method.

We'll cover the following...

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 ...