Delete Chatbot
Deletes a specific chatbot.
Authorizations
Path parameters
chatbot_idstringRequired
The ID of the chatbot to delete
Responses
200
Successful response
application/json
401
Access token is missing or invalid
application/json
404
Chatbot not found
application/json
500
Internal server error
application/json
delete
DELETE /v1/integrations/chatbots/{chatbot_id} HTTP/1.1
Host: api.igenchat.com
x-api-key: YOUR_API_KEY
Accept: */*
{
"status": true,
"message": "Chatbot deleted successfully"
}
Last updated