拥有此API的权限集 |
---|
营销码券管理-码券操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.promo_code.del_code/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token": "xe_xxxxx",
"batch_id": "pc_itn79780_8HqGbhBPRkovBjwQuNXm2q"
}'
{
"code": 0,
"msg": "删除成功",
"data": null
}