GET api/wechatmini/removePerson?userId={userId}&touserId={touserId}&chatMsgSourceType={chatMsgSourceType}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| touserId | integer |
Required |
|
| chatMsgSourceType | integer |
Default value is 2 |
Body Parameters
None.
Response Information
Resource Description
Result| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| data | Object |
None. |
|
| error | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"data": {},
"error": "sample string 3"
}