Skip to main content
Glama

MCP HTTP Requests

by godzeo

http_delete

Send a full-featured HTTP DELETE request with headers, cookies, body, and timeout support. Log all request details for security testing, API testing, or web automation.

Instructions

HTTP DELETE request with full support (headers, cookies, body, timeout) - All requests logged

Input Schema

NameRequiredDescriptionDefault
bodyNo
cookiesNo
headersNo
timeoutNo
urlYes

Input Schema (JSON Schema)

{ "properties": { "body": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Body" }, "cookies": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Cookies" }, "headers": { "anyOf": [ { "additionalProperties": { "type": "string" }, "type": "object" }, { "type": "null" } ], "default": null, "title": "Headers" }, "timeout": { "default": 30, "title": "Timeout", "type": "number" }, "url": { "title": "Url", "type": "string" } }, "required": [ "url" ], "title": "http_deleteArguments", "type": "object" }
Install Server

Other Tools from MCP HTTP Requests

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/godzeo/mcp-requests'

If you have feedback or need assistance with the MCP directory API, please join our Discord server