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 user with the ID sara_baker in Veeam Backup for AWS, send the following request:

DELETE https://135.169.170.192:11005/api/v1/users/sara_baker

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