POST api/{apiVersion}/Comment/Delete
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| apiVersion | string |
None. |
Body Parameters
CommentViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentID | integer |
None. |
|
| MatchGuid | globally unique identifier |
None. |
|
| VenueGuid | globally unique identifier |
None. |
|
| UserName | string |
None. |
|
| UserIntials | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| DayNo | integer |
None. |
|
| Comment | string |
None. |
|
| DateCreated | date |
None. |
|
| ThumbUrl | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentID": 1,
"MatchGuid": "65048523-f0ab-4227-9896-41f199299179",
"VenueGuid": "28d3e3cf-3896-4aa7-8b29-a3bd3227214c",
"UserName": "sample string 4",
"UserIntials": "sample string 5",
"FirstName": "sample string 6",
"LastName": "sample string 7",
"DayNo": 8,
"Comment": "sample string 9",
"DateCreated": "2026-02-21T05:04:02.1878833+13:00",
"ThumbUrl": "sample string 11"
}
application/xml, text/xml
Sample:
<CommentViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/NvPlay.Reporting.Domain.Models.Comment"> <Comment>sample string 9</Comment> <CommentID>1</CommentID> <DateCreated>2026-02-21T05:04:02.1878833+13:00</DateCreated> <DayNo>8</DayNo> <FirstName>sample string 6</FirstName> <LastName>sample string 7</LastName> <MatchGuid>65048523-f0ab-4227-9896-41f199299179</MatchGuid> <ThumbUrl>sample string 11</ThumbUrl> <UserIntials>sample string 5</UserIntials> <UserName>sample string 4</UserName> <VenueGuid>28d3e3cf-3896-4aa7-8b29-a3bd3227214c</VenueGuid> </CommentViewModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.