Delete Review Form
Permanently deletes a review form by its unique_form_id.
This also deletes every review collected through the form — video, audio and text — along with the form’s questions and its submission logs. Deleting a form cannot be undone through the API.
If the form is embedded on your site, remove the embed code separately: deleting the form does not remove it from your pages.
Authorizations
HTTP Basic Authentication using API Key and Secret Key. The credentials should be Base64 encoded in the format 'api_key:secret_key'. You can obtain your API Key and Secret Key from Feedspace → Automation → API (https://app.feedspace.io/automation/api).
Path Parameters
The form's unique string identifier, as returned in the unique_form_id field of GET /forms. Note this is not the numeric id field, and not the feed_form_id field found inside questions[].
"form_f5Uc9agvcXRKgPdDrVCIZYc1"
Response
Review form, and all reviews collected through it, deleted successfully.