DELETE Application/DeleteSession

Request Information

URI Parameters

None.

Body Parameters

Session
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

SecurityGroupUserID

globally unique identifier

Required

StartDate

date

Required

EndDate

date

None.

SessionType

SessionType

Required

StartMonth

date

None.

Request Formats

application/json, text/json

Sample:
{
  "id": "02700822-c2dd-41d6-b5df-a633f2f934c8",
  "securityGroupUserID": "5a2a8805-b671-49e9-9a15-4de9f0fc44ee",
  "startDate": "2026-06-12T23:00:10.9871+00:00",
  "endDate": "2026-06-12T23:00:10.9871+00:00",
  "sessionType": 0,
  "startMonth": "2026-06-12T23:00:10.9871+00:00"
}

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.

Response

ServiceItem

None.

LatestDataTimestampUtc

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.