POST
/
v1
/
logout
End User Session
curl --request POST \
  --url http://127.0.0.1:4000/v1/logout \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data id_token_hint=
This response does not have an example.

Body

application/x-www-form-urlencoded
id_token_hint
string
required

The unique identifier of a previous authentication token, used to identify the user session during logout.

Example:

""

Response

If the request is succesful, you will receive an empty response.