upservice_unassign_tag
Remove a tag from a task, channel chat, asset, contact, or attachment by specifying the tag ID and entity details.
Instructions
Remove (detach) a tag from an entity.
Args: params (AssignTagInput): tag_id (UUID), entity_id (UUID or int), entity_type (enum)
Returns: str: JSON confirmation, or "Error: ..." on failure.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |