Delete entries in a type form- use with care!
delete_responses(form_id, api = NULL, included_tokens = NULL)
If successful, the function will return (invisibly) TRUE
The form id of the typeform you want the results for.
Default NULL
. Your private api key. If api
is NULL
,
the environment variable Sys.getenv("typeform_api2")
is used.
A vector of tokens to delete. Maximum 1000. Token ids
can be extracted from the meta data frame via get_form
.