Previous Topic: HTTP Operators: Common Output PortsNext Topic: Input Parameters


HTTP Delete Operator

HTTP Delete Operator

The HTTP Delete operator sends an HTTP Delete to a URL. The HTTP Delete operation causes the HTTP server to delete the resource that is located at the requested URL.

The HTTP Delete operator can be used for RESTful services.

Important! Use the HTTP Options operator to determine whether the HTTP Delete method is supported. Typically, the HTTP Delete method is disabled on public HTTP servers to prevent deletion of files on the HTTP servers.