FlowDSL Node Catalog
HTTP DELETE
Convenience DELETE.
Overview
| Property | Value |
|---|---|
| Node ID | http/delete |
| Kind | action |
| Module | http-flowdsl |
| Repo | go-module-http |
| Handler | github.com/redelay/go-module-http/flowdsl.Delete |
| Icon | lucide:x-square |
| Color | #0284c7 |
| Tags | http, delete |
Outputs
out— (no description)
Settings
| Property | Type | Required | Default | UI Group | Description |
|---|---|---|---|---|---|
headersPath | string | — | — | Request | |
outputKey | string | — | response | Output | |
urlLiteral | string | — | — | Request | |
urlPath | string | yes | — | Request |
Example
yaml
# Use this node in a flow:
nodes:
- id: my_step
name: My Step
kind: action
action_ref: http/delete
config:
headersPath: some.packet.path
outputKey: response
urlLiteral: "value"
urlPath: some.packet.path