qual_delete_survey <- function(surveyID, headers){
survey <- httr::VERB("DELETE",
paste0(base_url, "/API/v3/surveys/",surveyID),
add_headers(headers))
return(survey)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.