extApiProxyDelete()

This procedure deletes a resource from the specified URL through an HTTP DELETE request by forwarding the request to a service from External API services file.

ParameterTypeDescription
servicdId30AMandatorySpecifies the service from External API services file to complete the request.
destinationUrl2048A VARYINGOptionalRepresents the value which is concatenated with the url which stands behind given service id to create final url where request is sent.
httpHeader10240A VARYINGOptionalAn optional header XML document. To use the default HTTP header, do not pass the parameter or specify the empty string. See Foundational HTTP functions at IBM Knowledge Center for a description of the header content.

Procedure returns response message data structure (see data structure description here).