POST api/Security/Logout

Logout of the current user session. This API requires a valid authentication token

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Sucess of the Process. Failed response includes Http Status 400, 401, 500

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>