Advanced
Тема интерфейса

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}

Requests

Parameter description

Table 1 Request parameters

Name

Type

IN

Mandatory

Description

X-Auth-Token

string

header

Yes

User token

project_id

string

path

Yes

The 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.

Responses

  • Parameter description
    Table 2 Parameter description

    Name

    Type

    Mandatory

    Description

    job_id

    String

    Yes

    The task ID.

  • Response example
    {
    "job_id": "fcaab90b-960d-4441-b73d-a5b2532c5ec5"
    }

Status Code

For more information, see Status Code.

Error Code

For more information, see Error Code.