DELETE - HTTP
https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/DELETE
The HTTP DELETE request method deletes the specified resource. If a DELETE method is successfully applied, there are several response status codes possible: A 202 ( Accepted) status code if the action will likely succeed but has not yet been enacted.
The HTTP DELETE request method deletes the specified resource. If a DELETE method is successfully applied, there are several response status codes possible: A 202 ( Accepted) status code if the action will likely succeed but has not yet been enacted.
DA: 79 PA: 43 MOZ Rank: 41