1.2.2 /api/v1/logout

Logs out the currently logged in user.

Supported HTTP methods: POST

POST /api/v1/logout

Logs out the currently logged in user. Requires a valid access token to be passed with the request header to identify the session to be terminated. In fact, this call does not logout all open sessions of a given user, it terminates exactly one session which is referenced by the token.

Parameters: none

Return Codes:

Code Description
204 OK, logout was successful. No payload data follows.