{ "rq": { "thirdpart_id": "cost1", "corpid": "corp1", "del_all": "false", "entity_list": { "entity_type": "1", "entity_id": "12345" } } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/cost/center/entity/delete?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "rq": { "thirdpart_id": "cost1", "corpid": "corp1", "del_all": "false", "entity_list": { "entity_type": "1", "entity_id": "12345" } } }'
{ "result": { "selected_user_num": 0, "remove_num": 0 }, "errmsg": "string", "errcode": 0, "success": true }