Messages

post

Redact a message

Authorizations
Path parameters
idstringRequired

The ID of the issue that the message belongs to.

message_idstringRequired

The ID of the message to redact.

Responses
200Success
application/json
post
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"
}

Last updated

Was this helpful?