OAuth 2.0 scope:
- okta.myAccount.sessions.manage
Deletes all sessions. Revokes all active identity provider sessions of the user. This forces the user to authenticate on the next operation. Also revokes OpenID Connect and OAuth refresh and access tokens issued to the user.
DELETE
curl -i -X DELETE \
'https://okta-subdomain.pixtulate.com/idp/myaccount/sessions?oauthTokens=true&excludeCurrentAuthorizationContext=false' \
-H 'Accept: application/json; okta-version=1.0.0'