Skip to main content

logout

Logs a user out by invalidating a valid token.

Request Body

The information required to logout

userid string REQUIRED

The UserId

tokenContent string REQUIRED

The token to invalidate

Responses
200

A successful request

Schema OPTIONAL
success boolean

Was the operation a success

message string

The message returned by the server

result object OPTIONAL

The result of the server response

POST /logout
Body
Loading...
https://play.hypernex.dev/api/v1
curl -L -X POST 'https://play.hypernex.dev/api/v1/logout' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'