> ## Documentation Index
> Fetch the complete documentation index at: https://docs.toolzz.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete a Toolzz Bot

> Endpoint to delete a toolzz bot

### Parameters

<ParamField path="typebotId" type="string">
  The unique identifier of the bot to delete.
</ParamField>

<Warning>User needs to be authenticated</Warning>

## Response Description

Below you will see the description of the delete a toolzz bot function

<ResponseField name="message" type="string" required>
  Successful message
</ResponseField>
