Deletes a data backup.
Operation description
Deletes a data backup.
Try it now
Test
RAM authorization
Request syntax
POST /webapi/backup/manage/delete HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
Yes |
The region ID of the instance. |
cn-hangzhou |
| BackupTaskId |
string |
Yes |
The backup task ID. |
bk-yi2378sdhf2 |
| InstanceId |
string |
Yes |
The instance ID. |
c-b25e21e24388**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| HttpStatusCode |
integer |
The HTTP status code. |
200 |
| RequestId |
string |
The request ID. |
32A44F0D-BFF6-5664-999A-218BBDE74XXX |
| Success |
boolean |
Indicates whether the request was successful. |
True |
| ErrCode |
string |
The error code. |
InvalidParams |
| ErrMessage |
string |
The error message. |
null |
| Data |
boolean |
The returned data. |
true |
Examples
Success response
JSON format
{
"HttpStatusCode": 200,
"RequestId": "32A44F0D-BFF6-5664-999A-218BBDE74XXX\n",
"Success": true,
"ErrCode": "InvalidParams",
"ErrMessage": "null",
"Data": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.