deleteResource
deleteResource(request: JadeRestRequest; result: JadeRestResponse io);
The deleteResource method of the JadeRestClient class executes a DELETE operation on a resource of the REST API specification.
The parameters for the deleteResource method are listed in the following table.
Parameter | Description |
---|---|
request | Specifies the name of the JadeRestRequest resource to be deleted as well as any parameters required by the REST API method. |
result | Contains the JadeRestResponse results of the DELETE operation; that is, details of the response from the REST server. |
2020.0.01 and higher