# 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&noteid=NOTEID

# PHP Samples

# PHP Samples: Delete ticket note with #1

# Response

{
    "success": true,
    "call": "deleteTicketNote",
    "server_time": 1787724705,
    "info": [
        "Ticket notes deleted"
    ]
}
Last Updated: 8/31/2026, 3:00:14 PM