http-delete
Send HTTP DELETE request.
http-delete [profile=PROFILE] [url=URL] [path=PATH] [timeout=NUM] [encoding=CHARSET] [resp-header-field=FIELD] [brex=REGEX] [erex=REGEX] [format=FORMAT] [body=BODY]
- profile=PROFILE
- Optional. Connect profile name
- url=URL
- Optional. Full request URL
- path=PATH
- Optional. Relative path from endpoint
- timeout=NUM
- Optional. HTTP timeout in seconds (default: 30)
- encoding=CHARSET
- Optional. Character encoding (default: utf-8)
- resp-header-field=FIELD
- Optional. Output field name for response headers (omitted by default)
- brex=REGEX
- Optional. Regular expression for recognizing the first line of a multiline entry
- erex=REGEX
- Optional. Regular expression for recognizing the last line of a multiline entry
- format=FORMAT
- Optional. Request body format: json, form, xml, plain (default: json)
- body=BODY
- Optional. Request body string
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| line | String | Line | Response body |
| _http_code | Integer | HTTP Code | HTTP status code |
| _http_error | String | HTTP Error | Error message (on failure) |