{
"id": 2,
"appGateWay": [
{
"gwId": 1,
"gwName": "192.168.20.210-WEB",
"gwIp": "192.168.20.210",
"gwVip": "192.168.20.210",
"gwMode": "Standard"
}
],
"type": "WEB"
}curl --location '/ztpManage/v1/openApi/delApp' \
--header 'Content-Type: application/json' \
--data '{
"id": 2,
"appGateWay": [
{
"gwId": 1,
"gwName": "192.168.20.210-WEB",
"gwIp": "192.168.20.210",
"gwVip": "192.168.20.210",
"gwMode": "Standard"
}
],
"type": "WEB"
}'{"code":10000,"msg":"成功","traceId":"f1e0f74b-bef9-4d7c-8018-fe4248908829"}