RTBF

(RTBF) Delete responses

delete
https://api.typeform.com/rtbf/{account_id}/responses

Delete responses that contain an email from a specified list.

A response is deleted if it contains any of the following:

  • a long or short text field which contains an email from the list (substring match)
  • an email field, hidden field or text variable which exactly matches an email from the list

Matches are case insensitive.

Deletion is performed asynchronously, so the response will contain a list of job IDs to track.

Request

Path Parameters

account_id
string, required

Request Body

Example

[
  "email1@typeform.com",
  "email2@typeform.com"
]

Response

Status

200 Jobs created

Schema

Example

[
  "string"
]