> For the complete documentation index, see [llms.txt](https://developers.socialboards.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.socialboards.com/docs/apis/tickets/reference/events/reply-deletion.md).

# Reply Deletion

#### Trigger

Reply was deleted.

#### Example

```json
{
    "CommunityName": "yourcompany",
    "EventType": "reply_deletion",
    "TicketId": 4465560,
    "Events": [
        {
            "EventTime": "2019-12-17T07:36:21.6840345+01:00",
            "ReplyId": 580140
        }
    ]
}
```
