POST
/
chatbot
/
delete
curl --request POST \
  --url https://api.isosceles.ai/chatbot/delete \
  --header 'Authorization: Basic <encoded-value>'
{
  "message": "Chat bot deleted."
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

chatbot_id
string

Response

200 - application/json
message
string

A message indicating the result of the delete operation

Example:

"Document deleted successfully."