Endpoint
Request Headers
The API request must include the following header:Authorization: Bearer <Your-Secret-Key>
- The secret key for authenticating the API request.
Query Parameters
The request URL should include the following query parameter:chatbotId
(required): A unique identifier for the chatbot that you want to delete. It helps identify the specific chatbot to be removed from the system.
Example Request URL
Response
The API response will be a JSON object with the following structure:message
field in the response indicates the success of the chatbot deletion operation.
Examples
JavaScript