zendesk_remove_tag
Remove a tag from a Zendesk ticket, returning the ticket ID and current tags. If the tag is absent, the ticket remains unchanged.
Instructions
Remove a tag from a Zendesk ticket. Idempotent: removing a tag that isn't present returns the current tag list without modifying the ticket. Returns JSON with ticket_id and current tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | Yes | ||
| ticket_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |