RetailCommonWebAPI.makeDeleteRequest Method [AX 2012]

Performs HTTP request using the DELETE method.

Syntax

public RetailWebResponse makeDeleteRequest(str _requestUrl)

Run On

Called

Parameters

  • _requestUrl
    Type: str
    The URL of the end-point to issue the request to

Return Value

Type: RetailWebResponse Class
Returns instance of the RetailWebResponse class with results of the HTTP request, such as HTTP status code and raw response data.

See Also

Reference

RetailCommonWebAPI Class