@cpod/sdk - v0.2.7
    Preparing search index...

    Function removeExpertFromProject

    • Remove an expert from a project

      Parameters

      • projectId: string

        The unique identifier of the project

      • expertId: string

        The unique identifier of the expert to remove

      Returns Promise<void>

      void

      401 - Not authenticated

      404 - Project or expert not found

      import { removeExpertFromProject } from "@cpod/sdk";

      await removeExpertFromProject("project-123", "expert-456");