DELETE Application/DeleteSessionLog
Request Information
URI Parameters
None.
Body Parameters
SessionLog| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | globally unique identifier |
None. |
|
| SessionID | globally unique identifier |
None. |
|
| SecurityGroupUserID | globally unique identifier |
None. |
|
| Date | date |
Required |
|
| Message | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "45ff8ce1-9ad6-4d23-9caa-d0ab15adfc3d",
"SessionID": "418ea29e-e5a1-4f38-8940-1d6551cd3bd4",
"SecurityGroupUserID": "fbf3fcd6-6222-4c0d-9037-c0a0482bc60e",
"Date": "2025-12-05T09:28:24.77731+00:00",
"Message": "sample string 3"
}
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.