Last updated 2 months ago
Was this helpful?
Redact a message
The ID of the issue that the message belongs to.
The ID of the message to redact.
POST /issues/{id}/messages/{message_id}/redact HTTP/1.1 Host: api.usepylon.com Authorization: Bearer JWT Accept: */*
{ "data": { "author": { "avatar_url": "text", "contact": { "email": "text", "id": "text" }, "name": "text", "user": { "email": "text", "id": "text" } }, "email_info": { "bcc_emails": [ "text" ], "cc_emails": [ "text" ], "from_email": "text", "to_emails": [ "text" ] }, "file_urls": [ "text" ], "id": "text", "is_private": true, "message_html": "text", "source": "text", "thread_id": "text", "timestamp": "text" }, "request_id": "text" }