forked from docs/doc-exports
Reviewed-by: Bobkova, Natalia <natalia.bobkova@t-systems.com> Co-authored-by: Chen, Junjie <chenjunjie@huawei.com> Co-committed-by: Chen, Junjie <chenjunjie@huawei.com>
9.2 KiB
9.2 KiB
Deleting Backup Files
Function
This API is used to delete the files backed up by a DCS instance.
URI
DELETE /v1.0/{project_id}/instances/{instance_id}/backups/{backup_id}
Table 1 describes the parameters.
Parameter |
Type |
Mandatory |
Description |
---|---|---|---|
project_id |
String |
Yes |
Project ID. For details on how to obtain the value of this parameter, see Obtaining a Project ID. |
instance_id |
String |
Yes |
DCS instance ID |
backup_id |
String |
Yes |
ID of the backup record |
Request
Request parameters
None
Example request
Request URL:
DELETE https://{dcs_endpoint}/v1.0/{project_id}/instances/{instance_id}/backups/{backup_id}
Response
Response parameters
Table 2 describes the response parameters.
Parameter |
Type |
Description |
---|---|---|
message |
String |
Result of deleting the backup file |
Example response
{ "message": "" }
Parent topic: Backup and Restoration APIs