Deletes a backup.
Try it now
Test
RAM authorization
Request syntax
POST /api/v1/backups/{id}/delete HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| id |
string |
No |
The ID of the backup. |
1597409847370362881 |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| RegionId |
string |
No |
The ID of the region. |
cn-hangzhou |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response body. |
||
| RequestId |
string |
The ID of the request. |
1907BA1B-B443-5B39-8113-7F3E260DC20D |
| Data |
boolean |
The result of the operation. Valid values:
|
true |
| Success |
boolean |
Indicates whether the request was successful. |
true |
| ErrorCode |
string |
The error code. |
404 |
| ErrorMessage |
string |
The error message. |
Internal server error. |
| HttpStatusCode |
string |
The HTTP status code. |
200 |
Examples
Success response
JSON format
{
"RequestId": "1907BA1B-B443-5B39-8113-7F3E260DC20D",
"Data": true,
"Success": true,
"ErrorCode": "404",
"ErrorMessage": "Internal server error.",
"HttpStatusCode": "200"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.