| ona_form_delete | R Documentation | 
Delete published form
ona_form_delete(
  base_url = "https://api.ona.io",
  auth_mode = c("token", "password"),
  form_id = NULL
)
| base_url | ONA URL. Default is https://api.ona.io. | 
| auth_mode | Password or token? Default is token. | 
| form_id | Form identifier. | 
Delete specified form from ONA.
form_list <- ona_form_list()
form_id <- form_list[["formid"]][form_list[["title"]] == "Appearance Widgets"]
ona_form_delete(form_id = form_id)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.