Delete Backup

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


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

BAD REQUEST

Operation doesn't return any data structure

404

NOT FOUND

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X DELETE -H 'Authorization: <value>' https://{api_host}/api/1.0.0/backups/{backup-name}