DELETE Mobility/DeleteAssistantChats
Request Information
URI Parameters
None.
Body Parameters
AssistantChat| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| CreatorID | globally unique identifier |
Required |
|
| CreatedDateUtc | date |
Required |
|
| UpdatedDateUtc | date |
Required |
|
| IsCreatorArchived | boolean |
Required |
|
| Title | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "cdafc0c9-0eb6-486d-947d-8df56856549c",
"CreatorID": "2d162aa7-c567-498b-b5d8-1334112a9558",
"CreatedDateUtc": "2026-02-14T11:37:38.9641468+00:00",
"UpdatedDateUtc": "2026-02-14T11:37:38.9641468+00:00",
"IsCreatorArchived": true,
"Title": "sample string 6"
}
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.