Delete Note
Last updated
Was this helpful?
All API requests should contain authorization headers.
DELETE /tickets/{ticketId}/notes/{noteId}ticketId
integer
yes
Id of ticket note added in
noteId
integer
yes
Id of note you want to delete
{
"data": {},
"errorCode": -1,
"errorText": null
}Last updated
Was this helpful?
Was this helpful?