Auth - Logout

/auth/logout

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

Possible Methods

GET

Arguments

n/a

Json Object

n/a

 

Example
curl -b cookies.txt -X GET "http://localhost:8185/auth/logout" > response.txt

 

Example Response
curl -c cookies.txt -X GET "http://localhost:8185/auth/login/sterling_archer@ikanow.com/8675301" > response.txt
{
    "response": {
        "action": "Logout",
        "success": true,
        "message": "User logged out successfully",
        "time": 29
    }
}