curl_delete
Send HTTP DELETE requests via curl to remove or delete resources from specified URLs, with optional headers, redirects, and timeout settings.
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 |