ComfyUI Node
HTTP DELETE Request
A ComfyUI node in HTTP/Methods with 10 inputs and 4 outputs.
HTTP DELETE Request
- session
- auth
- status_code
- headers
- content
- json
◄urlhttps://api.example.com/data/1►
◄headers{}►
◄params{}►
◄timeout30►
◄verify_ssltrue►
◄allow_redirectstrue►
◄cookies{}►
◄proxy_url►
CategoryHTTP/Methods
Inputs (10)
| Name | Type | Default | Description |
|---|---|---|---|
| url | STRING | https://api.example.com/data/1 | — |
| sessionopt | HTTP_SESSION | — | |
| authopt | HTTP_AUTH | — | |
| headersopt | STRING | {} | — |
| paramsopt | STRING | {} | — |
| timeoutopt | INT | 301–300 | — |
| verify_sslopt | BOOLEAN | true | — |
| allow_redirectsopt | BOOLEAN | true | — |
| cookiesopt | STRING | {} | — |
| proxy_urlopt | STRING | — |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| status_code | INT | — |
| headers | STRING | — |
| content | STRING | — |
| json | STRING | — |