We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
###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 }