DOCS
Dashboardnorth_eastGet an API keyvpn_key
PAI Chat·Endpoint
POST/api-keys/delete

Delete an API key

GET/arrow_forward
upload
Request body
keyIdrequired
string
double_arrow
Returns 200
successrequired
boolean
north_east
Request
curl -X POST 'https://chat-api-dev.paicloud.ai//api-keys/delete' \
  -H 'Authorization: Bearer YOUR_API_TOKEN' \
  -H 'Content-Type: application/json' \
  -d '{
  "keyId": "keyId"
}'
south_west
Response
200 OK
application/json
{
  "success": true
}