Updated on 2022-02-22 GMT+08:00

Deleting a Manual Backup

Function

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

URI

  • URI format

    DELETE /v3/{project_id}/backups/{backup_id}

  • Parameter description
    Table 1 Parameter description

    Name

    Mandatory

    Description

    project_id

    Yes

    Specifies the project ID of a tenant in a region.

    backup_id

    Yes

    Specifies the backup file ID.

Requests

  • Request header
    DELETE https://DDS endpoint/v3/{project_id}/backups/{backup_id}
  • Request body

    N/A

Responses

  • Parameter description
    Table 2 Parameter description

    Name

    Type

    Description

    job_id

    String

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