Auth - Logout

/auth/logout

Removes the current users authentication and cancels any other existing session.

Authentication

Removes authentication, see Auth - Login

Arguments

none              

Example

http://infinite.ikanow.com/api/auth/logout

Example Response
{
      response: {
          action: "Logout"
          success: true
          message: "User logged out successfully"
          time: 91
      }

}