Authorization: Bearer ********************
{
"companyId": [
"string"
]
}
curl --location --request DELETE '/cominfo/remove-info/' \
--header 'Content-Type: application/json' \
--data-raw '{
"companyId": [
"string"
]
}'
{
"code": 10000,
"message": "success",
"data": {
"id": "string",
"companyId": "string",
"zhabbr": "string",
"zhful": "string",
"zhaddr": "string",
"enabbr": "string",
"enful": "string"
}
}