POST api/v1/cami/authentication/logout

Logouts the user based on token header.

HEADER: Token

Request Information

Headers

URI Parameters

None.

Body Parameters

None.

Response Information

Headers

Resource Description

Application Status, Status code, Message

Application Accepted - AA, 200

Application Rejected - AR, 500, Failed to remove token

Response
NameDescriptionTypeAdditional information
Result

Result of the response

string

None.

Message

Additional information of the response

string

None.

Response Formats

application/json

Sample:
{
  "Result": "sample string 1",
  "Message": "sample string 2"
}