{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/api_b2b_session_v1_RevokeRequest", "title": "api_b2b_session_v1_RevokeRequest", "type": "object", "properties": { "member_session_id": { "type": "string", "description": "Globally unique UUID that identifies a specific Session in the Stytch API. The `member_session_id` is critical to perform operations on an Session, so be sure to preserve this value." }, "session_token": { "type": "string", "description": "A secret token for a given Stytch Session." }, "session_jwt": { "type": "string", "description": "The JSON Web Token (JWT) for a given Stytch Session." }, "member_id": { "type": "string", "description": "Globally unique UUID that identifies a specific Member. The `member_id` is critical to perform operations on a Member, so be sure to preserve this value." } }, "description": "Request type" }