DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
DELETE/chatbot/{chatbotId}/folder/{folderId}

Delete a folder

Delete a folder

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