cURL
curl --request DELETE \ --url https://app.typebot.io/api/v1/typebots/{typebotId}/results \ --header 'Authorization: Bearer <token>'
{ "code": "BAD_REQUEST", "message": "Invalid input data", "issues": [] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my bot's ID?
Comma separated list of ids. If not provided, all results will be deleted. ⚠️
Successful response