Invalidate a session of a user by its SessionID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the app the request refers to. An application's unique identifier.
The id of the user the request refers to. An app's user's unique identifier. It is prefixed with 'usr_'
The id of the session A user's session unique identifier. It is prefixed with 'ses_'
OK