Files
doc-exports/docs/geminidb/api-ref/DeleteBackup.html
wangdengke2 59805c5073 GeminiDB_API
Reviewed-by: Gladkov, Maksim <mgladkov@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: wangdengke2 <wangdengke2@huawei.com>
Co-committed-by: wangdengke2 <wangdengke2@huawei.com>
2026-03-12 09:56:41 +00:00

7.6 KiB

Deleting a Manual Backup

Function

This API is used to delete a manual backup.

Constraints

This API supports the following instances:

  • GeminiDB Cassandra
  • GeminiDB Influx

URI

DELETE https://{Endpoint}/v3/{project_id}/backups/{backup_id}

Table 1 URI parameters

Parameter

Mandatory

Type

Description

project_id

Yes

String

Project ID of a user in a region. To obtain this value, see Obtaining a Project ID.

backup_id

Yes

String

Backup file ID.

Request Parameters

Table 2 Request header parameters

Parameter

Mandatory

Type

Description

X-Auth-Token

Yes

String

User token

Response Parameters

Status code: 202

Table 3 Response body parameters

Parameter

Type

Description

job_id

String

Task ID.

Example Requests

  • URI example
    DELETE https://{Endpoint}/v3/054e292c9880d4992f02c0196d3ea468/backups/5b0ae36cb8a746b68685a8fb588d8a15br06

Example Responses

Status code: 202

Accepted

{
  "job_id" : "f85104b5-4a9c-4e0f-9505-fc5409d8f7ae"
}

Status Codes

See Status Codes.

Error Codes

See Error Codes.