DELETE
/
api
/
projects
/
{projectName}
/
chatbots
/
{chatbotName}
Deletes an existing chatbot.
curl --request DELETE \
  --url http://127.0.0.1:47334/api/projects/{projectName}/chatbots/{chatbotName}
"<string>"

Path Parameters

projectName
string
required

The name of the project where agent resides

chatbotName
string
required

Name of existing chatbot to delete

Response

An empty response indicates success

The response is of type string.