Skip to contents

Delete an uploaded file

Usage

delete_upload(file_url, verbose = TRUE, token = get_todoist_api_token())

Arguments

file_url

URL of the file to delete

verbose

boolean that make the function verbose

token

todoist API token

Value

NULL (invisible)

Examples

if (FALSE) { # \dontrun{
delete_upload("https://...")
} # }