The MyAccount Sessions API provides operations to manage sessions.
See sessions for more information.
A valid API version in the Accept
header is required to access the API. Current version: 1.0.0
Accept: application/json; okta-version=1.0.0
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.
No Content
Unauthorized
Resource Not Found
{- "errorCauses": [
- {
- "errorSummary": "Bad request because XYZ is missing."
}
], - "errorCode": "E0000001",
- "errorId": "oaeWGQKoQHeQmy0u8w8bPwi_Q",
- "errorLink": "E0000001",
- "errorSummary": "Bad request because XYZ is missing."
}