Rest ExecuteDelete
Use this command to delete a resource identitifed by a URI.
Syntax:
REST EXECUTEDELETE url [TO Target ] [Timeout]
where:
- url identifies the resource to delete.
- Target is the variable or document name that will contain the response.
- Timeout is the time to wait, in seconds, for the total request.
Syntax example:
REST EXECUTEDELETE "http://abc.someurl.com/subscription/123" TO TestResult1