Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | httpDelete(url, request [[, proxy] [, deleteDataObject]]) | Package | http | Alias | | Pkg Usage | delete(url, request [[, proxy] [, deleteDataObject]]) |
|
Description
Excerpt |
---|
|
Executes an HTTP DELETE for a given URL using the specified HttpRequest object. |
...
Table plus |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
Parameter name | Type | Required | Description |
---|
url | String | Yes | The URL. | request | HttpRequest | Yes | An HttpRequest object containing headers, cookies, parameters. | proxy | HttpProxy | No | An HttpProxy object containing the host and port of the proxy server. | deleteDataObject | variable: primitive type, array or struct | No | Normally, http delete requests do not need a body. However, we were signaled that some APIs do require some data inside the body, so we adapted to this situation by adding this optional parameter. It contains the data to be added to the body. |
|
Return Type
String
Variable return type depends on the left hand side operator type.
...