mcp-playwright

MIT License
9,719
3,179
  • Linux
  • Apple

playwright_delete

Executes an HTTP DELETE request to a specified URL, enabling web resource removal or deletion tasks within the mcp-playwright server's browser automation environment.

Instructions

Perform an HTTP DELETE request

Input Schema

NameRequiredDescriptionDefault
urlYesURL to perform DELETE operation

Input Schema (JSON Schema)

{ "properties": { "url": { "description": "URL to perform DELETE operation", "type": "string" } }, "required": [ "url" ], "type": "object" }

You must be authenticated.

Other Tools from mcp-playwright

Related Tools

ID: yh4lgtwgbe