{
"names": [
"string"
]
}
curl --location --request POST 'https://jingopenapi.jingsocial.com/v1/company/batch/delete' \
--header 'app_id;' \
--header 'access_token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"names": [
"string"
]
}'
{
"request_id": "d197c4a367cd59b4e3f31f3960712be7",
"code": 0,
"msg": "success",
"data": {
"success": [
{
"mid": 1256,
"jing_uuid": "3LumAEDYUqURNU8RtqRic6",
"name": "上海测试公司26"
}
],
"error": []
},
"timestamp": 1724243939913
}