Updated on 2026-01-08 GMT+08:00

Deleting a Manual Backup

Description

This API is used to delete a manual backup for a DB instance.

URI

  • URI format

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

Request Parameters

Table 1 Request parameters

Parameter

Type

IN

Mandatory

Description

X-Auth-Token

string

header

Yes

User token

project_id

string

path

Yes

Project ID of a tenant in a region. To obtain the project ID, see Obtaining a Project ID.

backup_id

string

path

Yes

The backup file ID.

Response Parameters

  • Parameter description
    Table 2 Parameter description

    Parameter

    Type

    Mandatory

    Description

    job_id

    String

    Yes

    The task ID.

  • Example response
    {
        "job_id": "fcaab90b-960d-4441-b73d-a5b2532c5ec5"
    }

Status Code

For details, see Status Code.

Error Code

For details, see Error Code.