@archastro/sdk
    Preparing search index...
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Remove a source from an installation Detaches and permanently deletes a source from an installation. This action cannot be undone; the source and its associated content will no longer be available to the installation's agent. This endpoint requires an app-scoped token. You may identify the target indirectly by providing only the source ID — the installation is resolved automatically from the source record. Providing installation explicitly is also accepted and may be more efficient.

      Parameters

      • source: string

        Source ID (cso_...) of the source to remove.

      Returns Promise<void>

      No content