DELETE Application/DeleteSessionError

Request Information

URI Parameters

None.

Body Parameters

SessionError
NameDescriptionTypeAdditional 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": "9714af55-f238-4e7d-9066-2e93c371ec01",
  "DateTime": "2025-09-05T18:36:55.5444233+00:00",
  "SessionID": "06f8b583-6043-4e4e-a8ed-eb2f3812cd2a",
  "SecurityGroupUserID": "7a6a4ff8-8e3e-4d74-bba6-dfc521922a14",
  "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
NameDescriptionTypeAdditional 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.