DELETE Method
In this article
The DELETE HTTP method is used to delete a resource.
For example, to delete a tenant in Veeam Availability Console, send following request:
DELETE https://<Availability-Console>:1281/v2/tenants/2 |
In case of success, the DELETE HTTP method returns the 200 Success response code.