Logout (if Logged In via Authorization Code + PKCE Flow)
Note
- Please note that Logout CRM Session does not revoke the Access Token or Refresh Token granted.
- If revocation of Refresh Token is required, please refer to Revoke Refresh Token.
GET {Client Portal Hostname}/logout
Query Parameters
| Key | Type | Required | Rule | Description |
|---|---|---|---|---|
| redirect_uri | string | Mandatory | must match registered | Redirect URI after logout |
Expected Outcome
Redirects the user to the CRM. After logout, the user is redirected to the redirect_uri.