api/Security/Logout (POST)

Retires the supplied Authentication Token and releases server resources associated with it.
HTTP Method: POST
Requires an Authentication Token in the AuthToken HTTP header. Authentication Tokens are obtained from api/Security/Login (POST).

Response Information

Success:
200/OK

Error:
401/AuthToken was not provided.
401/AuthToken is malformed.
401/AuthToken is expired.
401/AuthToken login failure.
500/(Message)
Body contains JSON object with Message and MessageCode.