Zendesk Put Api V2 Chat_redactions Ticket_id
Permanently removes words or strings from a chat ticket's comment. Wrap `` tags around the content in the chat comment you want redacted. Example: ```json { "text": "My ID number is 847564!" } ``` The characters contained in the tag will be replaced by the ▇ symbol. **Note**: This does not work on active chats. For chat tickets that predate March 2020, consider using [Redact Ticket Comment In Agent Workspace](#redact-ticket-comment-in-agent-workspace). #### A...