powered by
Delete a collaborator from a project
delete_collaborator( project_id = get_project_id(project_name = project_name, token = token, create = FALSE), project_name, email, verbose = TRUE, token = get_todoist_api_token() )
id of the project (invisible)
id of the project
name of the project (for lookup if project_id not provided)
email of the collaborator to remove
boolean that make the function verbose
todoist API token
if (FALSE) { delete_collaborator(project_name = "my_proj", email = "user@example.com") }
Run the code above in your browser using DataLab