Delete Backup
This will delete the backup file package specified, from the backups directory in the transfer share.
Request
URI
DELETE
https://{api_host}/api/1.0.0/backups/{backup-name}
COPY
Path Parameters
string
backup-name
Required
File name of the backup package to be deleted from the transfer share. For example: backup-2021-07-13T215410+0000.zip
Responses
202
Response Body is empty. Response includes Location header with URL to related task-id.
Operation doesn't return any data structure
Response Headers
string
Location
Task URL. Example: https://<vcd-appliance-ip>:5480/api/1.0.0/tasks/<task-id>
Code Samples
COPY
curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/1.0.0/backups/{backup-name}
Availability
Added in 36.1
Backup Operations
GET
Query Backup List
POST
Create Backup
GET
Get Backup Info
DELETE
Delete Backup
POST
Restore Primary Backup