Skip to content

What is DELETE?

The DELETE request method is an HTTP method used to remove a specified resource from the server. When security vulnerabilities exist in web applications, unauthorized DELETE requests can allow attackers to delete critical data or user accounts.

See also6