cURL
curl --request DELETE \ --url https://app.typebot.io/api/v1/typebots/{typebotId} \ --header 'Authorization: Bearer <token>'
{ "message": "success" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Where to find my bot's ID?
Successful response
success