POST TicketComments/DeleteComment

Request Information

URI Parameters

None.

Body Parameters

RequestDeleteComment
NameDescriptionTypeAdditional information
TicketID

integer

None.

CommentID

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "TicketID": 1,
  "CommentID": 2
}

Response Information

Resource Description

SuccessFull
NameDescriptionTypeAdditional information
Success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true
}