removeTagFromPerson
Remove a specific tag from a person's record while preserving all other tags. The tag is matched case-insensitively and the update is handled internally.
Instructions
Remove a single tag from a person without affecting their other tags. Handles the read-modify-write cycle internally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Person ID | |
| tag | Yes | Tag to remove (case-insensitive match) |