R/users.R
delete_invitation.Rd
Delete an invitation
delete_invitation( invitation_id, verbose = TRUE, token = get_todoist_api_token() )
id of the invitation
boolean that make the function verbose
todoist API token
NULL (invisible)
if (FALSE) { # \dontrun{ delete_invitation("12345") } # }