http_delete
Delete a resource from a server by sending an HTTP DELETE request via curl. Supports authentication, custom headers, redirects, and timeouts.
Instructions
Perform an HTTP DELETE request using curl
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The URL to make the DELETE request to | |
| auth | No | Authentication configuration | |
| headers | No | Optional headers to include | |
| timeout | No | Request timeout in seconds (default: 30) | |
| insecure | No | Allow insecure SSL connections (default: false) | |
| followRedirects | No | Follow redirects (default: true) |