POST api/AppChat/AppSaveUserContactDelete
AppSaveUserContactDelete
Request Information
URI Parameters
None.
Body Parameters
UserContactDelete| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceID | string |
None. |
|
| ContactID | string |
None. |
|
| ContactRecordID | string |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceID": "sample string 1",
"ContactID": "sample string 2",
"ContactRecordID": "sample string 3",
"UserUUIDCur": "5815bc8d-f4af-4cb3-b911-0d0d710215c7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.