DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
DELETE/organization/{organizationId}

Delete an organization (admin only)

Delete an organization (admin only)

GET/promptarrow_forward
tune
Parameters
organizationIdrequiredpath
string (uuid)
The UUID of the organization
double_arrow
Returns 200
message
string
report
Errors
StatusDescription
403Default Response
404Default Response
500Default Response
north_east
Request
curl -X DELETE 'https://chat-api-dev.paicloud.ai//organization/{organizationId}' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
south_west
Response
200 OK
application/json
{
  "message": "message"
}