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
Name | Required | Description | Default |
---|---|---|---|
follow_redirects | No | Whether to follow redirects | |
headers | No | Optional HTTP headers in the format 'Header: Value' | |
timeout | No | Request timeout in seconds | |
url | Yes | The URL to make the DELETE request to |