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. |
|
| LogMonth | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": "309eddad-0fa1-46af-8ae4-c102dd7381c3",
"sessionID": "a79f5dd9-e1c0-4d86-95c3-84b9ac30c000",
"securityGroupUserID": "d6f54c35-eb1f-45e5-b4b5-fa8c33bdf164",
"date": "2026-06-12T22:59:44.7035189+00:00",
"message": "sample string 3",
"logMonth": "2026-06-12T22:59:44.7035189+00:00"
}
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. |
|
| Response | ServiceItem |
None. |
|
| LatestDataTimestampUtc | date |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.