Delete Note

All API requests should contain authorization headers.

Request

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

Query Parameters

NameTypeRequiredComments

ticketId

integer

yes

Id of ticket note added in

noteId

integer

yes

Id of note you want to delete

Response

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

Last updated