AI Agents
Delete a Chatbot
Deletes an existing chatbot by name.
DELETE
/
api
/
projects
/
{projectName}
/
chatbots
/
{chatbotName}
Path Parameters
projectName
string
requiredThe name of the project where agent resides
chatbotName
string
requiredName of existing chatbot to delete
Response
200 - application/json
The response is of type string
.
Was this page helpful?