DELETE Application/DeleteSessionLog
Request Information
URI Parameters
None.
Body Parameters
SessionLogName | 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": "08d220ed-5797-4f2c-8b80-f37239cc41b1", "SessionID": "1a56d154-3621-4c6a-98f1-c807c00d192a", "SecurityGroupUserID": "7b614254-bf9d-471f-bf5a-de8fa00cb815", "Date": "2025-09-05T20:05:34.8081067+00:00", "Message": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseName | 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.