Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

httpDelete(url, request [[, proxy] [, deleteDataObject]])

Package

http

Alias

Pkg Usage

delete(url, request [[, proxy] [, deleteDataObject]])

Description

Excerpt
hiddentrue

Executes an HTTP DELETE for a given URL using the specified HttpRequest object.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

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.

...