Skip to main content

HTTP DELETE

Performs a synchronous HTTP DELETE request to a url and returns the data of the result of this node. A HTTP DELETE request deletes the specified resource.

Node properties

Url

The URL for the HTTP DELETE. E.g. https://example.org/api/can?id=12 will delete the 'can' resource with the id '12'.

Referencing:

When successful, the node will output the data in a string.