POST TicketComments/DeleteComment
Request Information
URI Parameters
None.
Body Parameters
RequestDeleteComment| Name | Description | Type | Additional information |
|---|---|---|---|
| TicketID | integer |
None. |
|
| CommentID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"TicketID": 1,
"CommentID": 2
}
Response Information
Resource Description
SuccessFull| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true
}