pub async fn execute_session_deletion(
infra: &InfraContext<'_>,
token: &str,
deletion_ctx: &SessionDeletionContext,
dry_run: bool,
) -> Result<(), Error>Expand description
Execute the session deletion.
pub async fn execute_session_deletion(
infra: &InfraContext<'_>,
token: &str,
deletion_ctx: &SessionDeletionContext,
dry_run: bool,
) -> Result<(), Error>Execute the session deletion.