This is an archive version of the document. To get the most up-to-date information, see the current version.

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 VAO, send the following request:

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

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

I want to report a typo

There is a misspelling right here:

 

I want to let the Veeam Documentation Team know about that.