Logout User

Logout User

Logs out a user.

Request
URI
POST
https://{api_host}/rest/logout
COPY
Request Body
RefreshToken of type(s) application/json
Required
{
    "refresh_token": "<jwt.refresh.token>"
}
string
refresh_token
Required

Refresh Token to be used to get a new Access token.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

500

Internal Server Error

Operation doesn't return any data structure