Use this API to log out from the current session.

Resource Information

Method

URL

Required authentication

DELETE

/V1/Session

Yes

Parameters

Name

Description

Example

body *required
(body)

The body contains one parameter:

token*(string): input the token received from login.

{
  "token""301ebdd8-0045-429d-8807-c51b8db7f5f0"
}

Response

Parameter

Type

Description

Example

statusCode

integer

The returned status code of executing the API.

{
  "statusCode"790200,
  "statusDescription""success"
}

statusDescription

string

The explanation of the status code.