| delete_collaborator | R Documentation |
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()
)
project_id |
id of the project |
project_name |
name of the project (for lookup if project_id not provided) |
email |
email of the collaborator to remove |
verbose |
boolean that make the function verbose |
token |
todoist API token |
id of the project (invisible)
## Not run:
delete_collaborator(project_name = "my_proj", email = "user@example.com")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.