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": "e6b1f75d-993a-4b7d-9dc5-ceb17c026e6f",
"ChatID": "49c051ca-32c7-4d04-a916-a523235c9715",
"RecipientID": "110571d0-8295-4646-82dd-38b9edc3bb8b",
"Message": "QEA=",
"StatusID": 3,
"CreatedDateUtc": "2026-06-06T18:39:22.3744155+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.