http_delete
Send HTTP DELETE requests to remove resources from APIs, optionally including JSON payloads, custom headers, and JWT authentication tokens.
Instructions
Send an HTTP DELETE request.
Use for delete operations. Some APIs allow delete payloads; if needed,
provide body as JSON object/array or UTF-8 text.
Pass jwt_token to forward the caller's JWT for this request only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| content_type | No | ||
| headers | No | ||
| jwt_token | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||