Skip to main content
POST
/
v1
/
logout
End User Session
curl --request POST \
  --url https://auth.sandbox.lerian.net/v1/logout \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data id_token_hint=019c96a0-10ce-75fc-a273-dc799079a99c

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:

"019c96a0-10ce-75fc-a273-dc799079a99c"

Response

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