v1
API
CLI
JS Client

Volumes /

Delete volume backup

Delete the volume backup

Required permission

Project > Volumes > Backups > Delete

Path parameters

    • projectId

      string required
      ID of the project
    • volumeId

      string required
      ID of the volume
    • backupId

      string required
      ID of the backup

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/volumes/{volumeId}/backups/{backupId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.