Remove watchers from multiple tickets
documentedRemove watchers from multiple tickets in bulk.
PUT /api/v2/tickets/bulk_unwatchTicketsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Using Freshdesk API v2, the endpoint is PUT /api/v2/tickets/bulk_unwatch at https://{domain}.freshdesk.com/api/v2/tickets/bulk_unwatch, with an ids array in the body. Auth is API-key based (Basic auth with the API key). See the official docs: https://developers.freshdesk.com/api/ (example: curl -v -u yourapikey:X -X PUT 'https://domain.freshdesk.com/api/v2/tickets/bulk_unwatch'). ([developers.freshdesk.com](https://developers.freshdesk.com/api?utm_source=openai))