Skip to main content
DELETE
Delete a review form
Deleting a review form also deletes every review collected through it (video, audio and text), together with the form’s questions and submission logs. This cannot be undone through the API.If the form is embedded on your website, remove the embed code separately. Deleting the form does not remove it from your pages.

Authorizations

Authorization
string
header
required

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

unique_form_id
string
required

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[].

Example:

"form_f5Uc9agvcXRKgPdDrVCIZYc1"

Response

200 - application/json

Review form, and all reviews collected through it, deleted successfully.

message
string