POST news/delete_comment

Request Information

URI Parameters

None.

Body Parameters

NewsCommentDeleteViewModel
NameDescriptionTypeAdditional information
news_comment_id

integer

Required

Request Formats

application/json, text/json

Sample:
{
  "news_comment_id": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'NewsCommentDeleteViewModel'.

Response Information

Resource Description

BaseResponse
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

success

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "success": true
}