Skip to main content
POST
Log the user out (Invalidate the token)

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

message
string
required
Example:

"Successfully logged out"