Comment on page
Delete Note
DELETE /tickets/{ticketId}/notes/{noteId}
Name | Type | Required | Comments |
ticketId | integer | yes | Id of ticket note added in. |
noteId | integer | yes | Id of note you want to delete. |
{
"data": {},
"errorCode": -1,
"errorText": null
}
Data
field will be equal to null.Last modified 9mo ago