{
"regionID": "nm8",
"resourcePool": "nm8",
"switchId": "switch-0001",
"ip": "192.168.0.10"
}
curl --location --request POST '/v4/cda/switch/delete' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "nm8",
"resourcePool": "nm8",
"switchId": "switch-0001",
"ip": "192.168.0.10"
}'
{
"description": "成功 X-Trace-ID-->5cca5a327a0c488a",
"errorCode": "SUCCESS",
"message": "success",
"returnObj": {
"errorMsg": null,
"result": "1"
},
"statusCode": 800
}