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 job with the ID 83238f03-a894-497c-bf4d-7930f328f22a in Veeam Backup for Nutanix AHV, send the following request:

DELETE https://127.0.0.1/api/v5/jobs/83238f03-a894-497c-bf4d-7930f328f22a

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