Delete integration | Cloud Providers | Northflank API docs
v1
Double column
API
CLI
JS Client

Cloud Providers /

Delete integration

Delete the given integration. Fails if the integration is associated with existing clusters.

Required permission

Account > Cloud > Integrations > Delete

Path parameters

    • integrationId

      string required

      ID of the provider integration

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result data.

    API
    CLI
    JS Client

    DELETE /v1/cloud-providers/integrations/{integrationId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    Example response

    409 Conflict

    The integration couldn't be deleted as it has dependencies that have not been deleted

    © 2024 Northflank Ltd. All rights reserved.