POST api/WhizTPersonalChat/DeleteUserChats

This is for deleting user chats.

Request Information

URI Parameters

None.

Body Parameters

EnvelopeOfDeletUserChatListParam
NameDescriptionTypeAdditional information
Data

DeletUserChatListParam

None.

Message

string

None.

MessageId

string

None.

MessageCode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "data": {
    "listOfDeleteChatParam": [
      {
        "senderId": 1,
        "receiverId": 2
      },
      {
        "senderId": 1,
        "receiverId": 2
      }
    ]
  },
  "message": "sample string 1",
  "messageId": "sample string 2",
  "messageCode": 3
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.