PAI Chat·Endpoint
POST
/api-keys/deleteDelete an API key
GET/arrow_forwardupload
Request body
keyIdrequired
stringdouble_arrow
Returns 200
successrequired
boolean/api-keys/deletecurl -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"
}'{
"success": true
}