pub async fn projects_slash_remove_collaborator(
configuration: &Configuration,
project_id: i32,
username: &str,
) -> Result<(), Error<ProjectsSlashRemoveCollaboratorError>>
Expand description
Removes a collaborator from an organization project. You must be an organization owner or a project admin
to remove a collaborator.