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": "5d9c1557-6590-4149-b180-38ff3a8624fb",
"ChatID": "7d4a4c8a-f935-49c7-afdb-c0b37ad9ba89",
"RecipientID": "7fe02622-9b42-463a-8855-69aaaa8eb2f2",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2025-12-05T09:27:49.4740778+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.