DELETE Method

The HTTP DELETE method is used to delete a resource at the URL to which the request is sent.

For example, to delete a client with the ID 58b91a67-4aca-490f-aeac-2ea11eadceaa in Orchestrator, send the following request:

DELETE https://uwin2012r2.n.local:9898/api/v7/Clients?clientId=58b91a67-4aca-490f-aeac-2ea11eadceaa

In case of success, the HTTP DELETE method returns the 204 response code.