DELETE (HTTP) is a technical term for a particular type of data removal operation. It is one of the essential HTTP methods. It allows a client to request the deletion of a resource from the server.
The DELETE method is idempotent, meaning that multiple consecutive requests to delete a resource will have the same effect as a single request.