Delete Review Form
Permanently deletes a review form by its unique_form_id.
Reviews already collected through this form are not deleted. They stay in your Feedbox and remain on any Wall of Love page or widget that already includes them.
The form’s public page stops resolving as soon as the form is deleted. 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 deleted successfully. Reviews collected through it are retained.