DELETE Method
In this article
The HTTP DELETE method is used to delete a resource at the URL to which the request is sent.
For example, to delete a user with the name sara_baker in Veeam Backup for GCP, send the following request:
DELETE https://127.0.0.1:13140/api/v1/accounts/users/sara_baker |
In case of success, the HTTP DELETE method returns the 204 response code.