Delete the specified typeform.
Usage
delete_form(form_id, api = NULL)
Arguments
- form_id
The form id of the typeform you want the results for.
- api
Default NULL
. Your private api key. If api
is NULL
,
the environment variable Sys.getenv("typeform_api2")
is used.