Skip to main content
DELETE
/
v1
/
chatbots
/
account
/
{accountId}
/
chatbot
/
{chatbotId}
Delete Chatbot
curl --request DELETE \
  --url https://interhemispheric-unwet-paulene.ngrok-free.dev/api/v1/chatbots/account/{accountId}/chatbot/{chatbotId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "Chatbot deleted successfully",
  "data": null
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

accountId
string
required

ID of the account the chatbot belongs to

Example:

"360596271623307865"

chatbotId
string
required

ID of the chatbot to delete

Example:

"361628903185318481"

Response

Success

success
boolean
Example:

true

message
string
Example:

"Chatbot deleted successfully"

data
object
Example:

null