appliance recovery backup schedules: delete
Deletes an existing schedule. This operation was added in vSphere API 6.7.
Request:
HTTP request
DELETE https://{server}/rest/appliance/recovery/backup/schedules/{schedule}
Path Parameters
| Name | Type | Description |
|---|---|---|
| Required | ||
| schedule | string | Identifier of the schedule. |
Response:
HTTP Status Code: 200
NoneErrors:
| HTTP Status Code | Type | Description |
|---|---|---|
| 404 | not_found | if schedule associated with id does not exist. |
| 500 | error | if any error occurs during the execution of the operation. |