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

DELETE Method

The DELETE HTTP method is used to delete a resource.

For example, to delete a tenant in Veeam Service Provider Console, send following request:

DELETE https://<hostname>:1281/v2/tenants/2

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