POST Delete
Request Information
URI Parameters
None.
Body Parameters
ComicCommentDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CommentID | globally unique identifier |
None. |
|
| Comment | string |
None. |
|
| UserID | globally unique identifier |
None. |
|
| ComicID | globally unique identifier |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | globally unique identifier |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | globally unique identifier |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| ComicTitle | string |
None. |
|
| UserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CommentID": "e731d0b0-77f2-4323-8155-460d67a8f33f",
"Comment": "sample string 1",
"UserID": "5a54ce9b-32de-46ce-ab72-ff967b976b5b",
"ComicID": "aff38d8d-a6bd-4faf-8d08-b09f92c789ec",
"CreatedOn": "2026-02-02T16:09:27.0016149+00:00",
"CreatedBy": "c83a8b8a-52b7-4b8f-97f9-855bff7cd8ed",
"ModifiedOn": "2026-02-02T16:09:27.0016149+00:00",
"ModifiedBy": "1ebcbee6-9237-46ea-aae3-142090efcab5",
"IsActive": true,
"IsDeleted": true,
"ComicTitle": "sample string 4",
"UserName": "sample string 5"
}
application/xml, text/xml
Sample:
<ComicCommentDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/COMIC.Models"> <ComicID>aff38d8d-a6bd-4faf-8d08-b09f92c789ec</ComicID> <ComicTitle>sample string 4</ComicTitle> <Comment>sample string 1</Comment> <CommentID>e731d0b0-77f2-4323-8155-460d67a8f33f</CommentID> <CreatedBy>c83a8b8a-52b7-4b8f-97f9-855bff7cd8ed</CreatedBy> <CreatedOn>2026-02-02T16:09:27.0016149+00:00</CreatedOn> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>1ebcbee6-9237-46ea-aae3-142090efcab5</ModifiedBy> <ModifiedOn>2026-02-02T16:09:27.0016149+00:00</ModifiedOn> <UserID>5a54ce9b-32de-46ce-ab72-ff967b976b5b</UserID> <UserName>sample string 5</UserName> </ComicCommentDto>
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.