All Products
Search
Document Center

Hologres:DeleteBackupData

Last Updated:May 21, 2026

Deletes a backup.

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 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 :

    The operation was successful.

  • false :

    The operation failed.

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.