Logout User

DELETE /authentications

Ending the login session, after this refreshToken cannot be used anymore.

Headers
Content-Type: application/json
Body
{
  "refreshToken": "jwt.token.example"
}

Response

200 OK
Response Body
{
  "status": "success"
}