# API: Delete ticket note
# deleteTicketNote
Delete specific ticket note
# Required parameters
| Parameter | Description |
|---|---|
id | Ticket number |
noteid | Ticket note ID |
# Request
GET /admin/api.php?api_id=API_ID&api_key=API_KEY&call=deleteTicketNote&id=ID¬eid=NOTEID
# PHP Samples
# PHP Samples: Delete ticket note with #1
# Response
{
"success": true,
"call": "deleteTicketNote",
"server_time": 1787724705,
"info": [
"Ticket notes deleted"
]
}