DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
DELETE/chatbot/{chatbotId}/config/{configId}

Delete a chatbot config by ID

Delete a chatbot config by ID

GET/chatbot/{chatbotId}/membersarrow_forward
tune
Parameters
chatbotIdrequiredpath
string (uuid)
The UUID of the chatbot
configIdrequiredpath
string (uuid)
The UUID of the config to delete
double_arrow
Returns 200
messagerequired
string
report
Errors
StatusDescription
404Default Response
500Default Response
north_east
Request
curl -X DELETE 'https://chat-api-dev.paicloud.ai//chatbot/{chatbotId}/config/{configId}' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
south_west
Response
200 OK
application/json
{
  "message": "message"
}