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