Step 2: Sign-off user session
GET {{authPath}}/{{envID}}/as/signoff
Use GET /{{envID}}/as/signoff to initiate user logout, and terminate the current user session.
The Cookie request header specifies the current user session token.
The request URL can include an id_token_hint parameter. This is an optional attribute specifying the ID token passed to the logout endpoint as a hint about the user's current authenticated session.
See the following topics to learn more:
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Cookie | string |