Deletes a MongoDB backup set.
Operation description
You can delete only manual backups.
This operation supports only MongoDB instances that use cloud disks.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| DBInstanceId |
string |
Yes |
The instance ID. |
dds-bp11483712c1**** |
| BackupId |
string |
Yes |
The backup ID. |
5664**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
7A9807F0-1301-4154-9849-6497E94A**** |
Examples
Success response
JSON format
{
"RequestId": "7A9807F0-1301-4154-9849-6497E94A****"
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | InvalidBackupMethod.ValueNotSupport | The specified parameter BackupMethod is not valid. | |
| 403 | OperationDenied.BackupJobExists | The operation is not permitted due to backup job exist. | A backup task is in progress. Try again later. |
| 403 | OperationDenied.NoDatabase | The operation is not permitted due to no database. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.