DELETE
/
api
/
external
/
chatbot
/
{chatbotId}
curl --request DELETE \
  --url https://v2.okchat.ai/api/external/chatbot/{chatbotId}
{
  "message": "Chatbot deleted successfully"
}

Headers

x-api-key
string
Example:

"4358d60b39ef0df47f421c0d58331407ec609abb6355dfa4"

Path Parameters

chatbotId
string
required
Example:

""

Response

200 - application/json
E.G
message
string
Example:

"Chatbot deleted successfully"