# Delete Note

{% hint style="warning" %}
All API requests should contain [authorization headers](https://developers.socialboards.com/docs/apis/tickets/authorization-headers).
{% endhint %}

#### Request&#x20;

```
DELETE /tickets/{ticketId}/notes/{noteId}
```

#### Query Parameters

<table><thead><tr><th>Name</th><th width="100">Type</th><th width="100">Required</th><th>Comments</th></tr></thead><tbody><tr><td>ticketId</td><td>integer</td><td>yes</td><td>Id of ticket note added in</td></tr><tr><td>noteId</td><td>integer</td><td>yes</td><td>Id of note you want to delete</td></tr></tbody></table>

#### Response

```json
{
  "data": {},
  "errorCode": -1,
  "errorText": null
}
```
