Responses

Delete responses

delete
https://api.typeform.com/forms/{form_id}/responses

Delete responses to a form. You must specify the included_response_ids parameter.

Request

Query Parameters

included_response_ids
string

Comma-separated list of response_id values of the responses to delete. You can list up to 1000 tokens and choose to do so either in the request URL, or in its body.

Path Parameters

form_id
, required

Unique ID for the form. Find in your form URL. For example, in the URL "https://mysite.typeform.com/to/u6nXL7" the form_id is u6nXL7.

Request Body

included_response_ids
array of string

ids of responses to be deleted

Response

Status

200 OK