Skip to main content
Glama

Curl MCP Server

by 247arjun

curl_delete

Send HTTP DELETE requests via curl to specified URLs, with options to include custom headers, set timeouts, and manage redirects, enabling integration with web APIs.

Instructions

Make an HTTP DELETE request using curl

Input Schema

NameRequiredDescriptionDefault
follow_redirectsNoWhether to follow redirects
headersNoOptional HTTP headers in the format 'Header: Value'
timeoutNoRequest timeout in seconds
urlYesThe URL to make the DELETE request to

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "follow_redirects": { "default": false, "description": "Whether to follow redirects", "type": "boolean" }, "headers": { "description": "Optional HTTP headers in the format 'Header: Value'", "items": { "type": "string" }, "type": "array" }, "timeout": { "description": "Request timeout in seconds", "type": "number" }, "url": { "description": "The URL to make the DELETE request to", "type": "string" } }, "required": [ "url" ], "type": "object" }
Install Server

Other Tools from Curl MCP Server

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/247arjun/mcp-curl'

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