Learn R Programming

rtodoist (version 0.4.0)

delete_invitation: Delete an invitation

Description

Delete an invitation

Usage

delete_invitation(
  invitation_id,
  verbose = TRUE,
  token = get_todoist_api_token()
)

Value

NULL (invisible)

Arguments

invitation_id

id of the invitation

verbose

boolean that make the function verbose

token

todoist API token

Examples

Run this code
if (FALSE) {
delete_invitation("12345")
}

Run the code above in your browser using DataLab