Unpublish Toolzz Bot
Endpoint used to unpublish a Toolzz Bot.
Request Example
Section titled “Request Example”curl --request POST \ --url 'https://bots.toolzz.ai/api/v1/toolzz/{typebotId}/unpublish' \ --header 'Authorization: Bearer <token>'Request description
Section titled “Request description”Access Token
Section titled “Access Token”| Parameter | Type | Description | Required |
|---|---|---|---|
Authorization | String | Access token (must contain “Bearer” before the token) | Yes |
URL Parameters (Path)
Section titled “URL Parameters (Path)”| Parameter | Type | Description | Required |
|---|---|---|---|
typebotId | string | The unique identifier of the bot to be unpublished. | Yes |
Security
Section titled “Security”To access this endpoint, it is necessary to send a valid access token through the authorization header (Authorization) of the request.