The DELETE method is an HTTP request method used to delete a specified resource on a server. When a client sends a DELETE request to a server, it requests that the server remove the specified resource, such as a file, a database record, or any other identifiable data, from the server.