Delete entries in a type form- use with care!
Arguments
- form_id
The form id of the typeform you want the results for.
- api
Default
NULL
. Your private api key. Ifapi
isNULL
, the environment variableSys.getenv("typeform_api2")
is used.- included_tokens
A vector of tokens to delete. Maximum 1000. Token ids can be extracted from the meta data frame via
get_form
.