> 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/note-deletion.md).

# Note Deletion

#### Trigger

An internal note has been deleted.

#### Example

```json
{
    "CommunityName": "yourCompany",
    "EventType": "note_deletion",
    "TicketId": 4465560,
    "Events": [
        {
            "EventTime": "2023-05-25T16:23:47.5013987+02:00",
            "NoteId": 182605
        }
    ]
}
```
