| 错误码 | 说明 | 
|---|---|
| 20350 | external_user_id错误 | 
| 20351 | external_user_unionid错误 | 
| 20352 | 请提供external_user_id或external_user_unionid | 
| 20353 | 找不到对应员工 | 
{
  "staff_id": "zhangsan",
  // external_user_id 和 external_user_unionid 只需填写一个
  "external_user_id": "wo8xjUCAAAGfqRyM0CGqryOsaKOYgEZE",
  "external_user_unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
  "tag_name": "标签1"
}curl --location --request POST 'https://open.weibanzhushou.com/open-api/tag/internal/remove?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
  "staff_id": "zhangsan",
  // external_user_id 和 external_user_unionid 只需填写一个
  "external_user_id": "wo8xjUCAAAGfqRyM0CGqryOsaKOYgEZE",
  "external_user_unionid": "oz9xvw_jfkmHMGWVSn5CatKSTOMU",
  "tag_name": "标签1"
}'{
    "errcode": 0,
    "errmsg": "ok"
}