DELETE Method
In this article
The DELETE HTTP method is used to delete a resource to whose URL the client sends a request. In case of success, the DELETE HTTP method returns the HTTP response code 204 (DELETED).
In the example below, the DELETE HTTP request is used to delete the current logon session: