Skip to main content

Function: removeProjectUserCollaborator()

function removeProjectUserCollaborator(
  userId: string,
  projectId: string,
): Promise<void>;
Defined in: src/utils/projects.ts Removes a user collaborator from a project.

Parameters

userId

string ID of the collaborator to remove.

projectId

string ID of the project the collaborator belongs to.

Returns

Promise<void> A promise that resolves when removal succeeds.