v1
API
CLI
JS Client

Project / External Addons /

Delete external addon

Deletes an external addon and destroys the associated cloud resource

Required permission

Project > ExternalAddons > General > Delete

Path parameters

    • projectId

      string required
      ID of the project
    • externalAddonId

      string required
      ID of the external addon

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
    API
    CLI
    JS Client

    DELETE /v1/projects/{projectId}/external-addons/{externalAddonId}

    DELETE /v1/teams/{teamId}/projects/{projectId}/external-addons/{externalAddonId}

    Example response

    200 OK

    The operation was performed successfully.

    JSON

    {
      "data": {}
    }

    © 2026 Northflank Ltd. All rights reserved.