POST
/
v1
/
logout
End User Session
curl --request POST \
  --url https://auth.sandbox.midaz.io/v1/logout \
  --header 'Content-Type: application/x-www-form-urlencoded' \
  --data id_token_hint=01946120-0f45-7c5f-86a0-0ea7c59fdbd4
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:

"01946120-0f45-7c5f-86a0-0ea7c59fdbd4"

Response

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