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 managed server that has the specified id from the backup infrastructure, send the following request:
DELETE https://enterprise01.tech.local:9419/api/v1/backupInfrastructure/managedServers/c08a0312-e779-43ae-b579-67a81584a605 |
In case of success, the HTTP DELETE method returns the 204 response code.