Skip to content

Unpublish Toolzz Bot

Endpoint used to unpublish a Toolzz Bot.

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

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