pub async fn disable_my_session(
    configuration: &Configuration,
    id: &str,
    x_session_token: Option<&str>,
    cookie: Option<&str>
) -> Result<(), Error<DisableMySessionError>>
Expand description

Calling this endpoint invalidates the specified session. The current session cannot be revoked. Session data are not deleted.