Delete Chatbot

Delete a chatbot

delete

Deletes a specific chatbot.

Authorizations
Path parameters
chatbot_idstringRequired

The ID of the chatbot to delete

Responses
200
Successful response
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