Delete Chatbot By Id
Delete your chatbot by it’s id.
Authorizations
Path Parameters
The chatbot's id.
Response
The chatbot's id.
The chatbot's name.
The chatbot's welcome message. Displayed when the chatbot is first opened.
The created date of the chatbot. Unix timestamp in milliseconds.
The user id of the creator.
The organisation id of the chatbot.
An array of resource ids that the chatbot can use.
The HEX background color of the chatbot's messages.
The HEX background color of the user's messages.
The HEX color of the chatbot's accent color.
The HEX color of the chatbot's background color behind the messages of the selected conversation.
The HEX color of the chatbot's background color behind the conversation menu.
Whether or not the chatbot should use emojis.
The model the chatbot uses. Values can be 'gpt-4o-mini' | 'gpt-4-turbo-preview' | 'gpt-4' | 'gpt-4o-mini'.
The access level of the chatbot. Values can be 'PUBLIC' | 'PRIVATE' | 'PROTECTED'.
The custom system prompt the chatbot uses. This defines the behavior of the chatbot.
Answer the chatbot must return if information is not found in the resources. If not set, the chatbot will not be restricted to the knowledge from the resources.
The website integration configuration of the chatbot. Defined if the chatbot is set to be integrated on one or more websites.