DELETE Method

The DELETE HTTPS method is used to delete a resource at the URL to which the request is sent.

For example, to delete a backup repository in Veeam Backup for Microsoft 365, send the request of the following type:

DELETE https://<hostname>:4443/v7/BackupRepositories/{repositoryId}

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