v1
Double column
API
CLI
JS Client

Secrets /

Unlink addon from secret group

Deprecated

This endpoint is deprecated and will be removed in the future. Please avoid making requests to this endpoint.

Unlinks an addon from the secret group.

Path parameters

    • projectId

      string required
      ID of the project
    • secretId

      string required
      ID of the secret
    • 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}/secrets/{secretId}/addons/{addonId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2025 Northflank Ltd. All rights reserved.