Skip to content
Timothy Duffy edited this page Mar 8, 2015 · 1 revision

###admin/logout.json###

This end point logs the user out, removing the token from the database and session.

admin/logout.json

Fields

[optional]
token
    This is an optional field of the token.  In cases where sessions are not used, 
    this is where the token being checked would be passed.

An example response looks like:

{
    "success": true
}
Clone this wiki locally