Skip to content
revokeOtherSessionsMutation
revokeOtherSessions: RevokeOtherSessionsResult!

Revoke (sign out) all of the viewer's sessions except the current one.

Returns

RevokeOtherSessionsResult!

See RevokeOtherSessionsResult for the full shape.

Try it

Example
Query
mutation RevokeOtherSessions {
  revokeOtherSessions {
    __typename
  }
}
Variables
{}
POST https://go.sessions.website/api/graphql
revokeOtherSessions