Delete volume | Volumes | Northflank API docs
v1
Double column
API
CLI
JS Client

Volumes /

Delete volume

Deletes this volume and its associated data.

Required permission

Project > Volumes > General > Delete

Path parameters

    • projectId

      string required

      ID of the project

    • volumeId

      string required

      ID of the volume

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

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

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.