Delete addon | Addons | Northflank API docs
v1
Double column
API
CLI
JS Client

Addons /

Delete addon

Deletes the given addon.

Required permission

Project > Addons > General > Delete

Path parameters

    • projectId

      string required

      ID of the project

    • addonId

      string required

      ID of the addon

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/addons/{addonId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2024 Northflank Ltd. All rights reserved.