bulk_remove_tag
Remove a single tag from multiple friends at once. Idempotent: ignores friends without the tag, no error.
Instructions
1件のタグを複数の友だちから一括解除する。付与されていない友だちが含まれていてもエラーにはならず無視される(べき等)。対象が1人だけなら remove_tag_from_friend の方がシンプル。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_id | Yes | 削除するタグID | |
| friend_ids | Yes | 対象の友だちIDリスト |