{
"body": {
"enterpriseCode": "CUST-HW-001",
"code": "ADDR-HW-SH-001"
}
}
curl --location --request POST '/api/open/v3/enterprise/address/delete' \
--header 'Cookie;' \
--header 'Content-Type: application/json' \
--data-raw '{
"body": {
"enterpriseCode": "CUST-HW-001",
"code": "ADDR-HW-SH-001"
}
}'
{
"code": 0,
"message": ""
}