{
"company_identification": "string",
"api_key": "string"
}curl --location 'https://chat.jijyun.cn/v1/openapi/apikey/delete?apiKey=undefined' \
--header 'Content-Type: application/json' \
--data '{
"company_identification": "string",
"api_key": "string"
}'{
"Code": 2000,
"Msg": "成功",
"Data": {
"result": "删除成功"
}
}