Skip to content

Delete a Toolzz Bot

Endpoint used to delete a Toolzz Bot.

Terminal window
curl --request DELETE \
--url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}' \
--header 'Authorization: Bearer <token>'
{
"message": "<string>"
}
ParameterTypeDescriptionRequired
AuthorizationStringAccess token (must contain “Bearer” before the token)Yes
ParameterTypeDescriptionRequired
typebotIdstringThe unique identifier of the bot to delete.Yes

KeyTypeDescription
messagestringSuccessful deletion confirmation message.

To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.