All Products
Search
Document Center

ApsaraDB for MongoDB:DeleteBackup

Last Updated:Jan 26, 2026

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

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

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.