DELETE
/
v1
/
typebots
/
{typebotId}
/
results
curl --request DELETE \
  --url https://app.typebot.io/api/v1/typebots/{typebotId}/results \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

typebotId
string
required

Query Parameters

resultIds
string

Comma separated list of ids. If not provided, all results will be deleted. ⚠️

Response

200 - application/json

The response is of type any.