DELETE Mobility/DeleteAssistantPrivateMessages
Request Information
URI Parameters
None.
Body Parameters
AssistantPrivateMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| ChatID | globally unique identifier |
Required |
|
| RecipientID | globally unique identifier |
None. |
|
| Message | Collection of byte |
Required |
|
| StatusID | integer |
Required |
|
| CreatedDateUtc | date |
Required |
|
| IsCreatorArchived | boolean |
Required |
Request Formats
application/json, text/json
Sample:
{
"ID": "303a8297-ea2c-41b3-b640-5237e00a7dbc",
"ChatID": "32036073-d460-4020-a043-24f7b7f7299e",
"RecipientID": "92cb5dbc-8fe4-4860-8a54-8c17fbf14cbc",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2026-02-14T11:36:55.6577106+00:00",
"IsCreatorArchived": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess | boolean |
None. |
|
| ErrorMessage | string |
None. |
|
| Code | string |
None. |
|
| StackTrace | string |
None. |
|
| Response | ServiceItem |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.