RemoveEsimParams
import type { RemoveEsimParams } from "https://googleapis.deno.dev/v1/androidmanagement:v1.ts";
Parameters associated with the REMOVE_ESIM command to remove an eSIM profile from the device.
interface RemoveEsimParams {
iccId?: string;
}