delete_form {rtypeform}R Documentation

Deletes a typeform

Description

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.


[Package rtypeform version 2.1.0 Index]