DELETE Application/DeleteSessionError
Request Information
URI Parameters
None.
Body Parameters
SessionError| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| DateTime | date |
Required |
|
| SessionID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
None. |
|
| Message | string |
None. |
|
| ErrorInfo | string |
None. |
|
| Viewed | boolean |
Required |
|
| FollowUp | boolean |
Required |
|
| ExternalCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "bacf9261-3c44-4e27-835b-41a672bd955c",
"DateTime": "2025-12-05T09:28:24.2271569+00:00",
"SessionID": "7617ddee-1ed2-4501-9083-a055199aefae",
"SecurityGroupUserID": "0a0fb12b-a1fa-48a6-8b07-341fcc365d9a",
"Message": "sample string 3",
"ErrorInfo": "sample string 4",
"Viewed": true,
"FollowUp": true,
"ExternalCode": "sample string 7"
}
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.