{
"regionID": "TestRegionID",
"sNatID": "ngwsr-5bcz1ki6f4"
}
curl --location --request POST '/v4/vpc/delete-snat-entry' \
--header 'Content-Type: application/json' \
--data-raw '{
"regionID": "TestRegionID",
"sNatID": "ngwsr-5bcz1ki6f4"
}'
{
"description": "",
"errorCode": "SUCCESS",
"message": "success",
"statusCode": 800
}