Deleting Manual Backups in Batches (RDS for SQL Server)

Function

This API is used to delete manual backups in batches.

Constraints

This API is only available for RDS for SQL Server instances.

URI

Request

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

Content-Type

Yes

String

The content type.

The default value is application/json.

X-Auth-Token

Yes

String

Specifies the user token.

The user token is a response to the API used to obtain a user token.

Table 3 Request body parameters

Parameter

Mandatory

Type

Description

backup_ids

Yes

Array of strings

IDs of the manual backups to be deleted.

Value range: [1, 50]

Example Request

Delete manual backups in batches.

POST https://rds.eu-de.otc.t-systems.com/v3/054e292c9880d4992f02c0196d3ea468/backups/batch-delete

{ 
  "backup_ids" : [ "53ad33abe43976054br04", "63ad3439af9776054br04" ] 
}

Response

Status Code

Error Code

For details, see Error Codes.