Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

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;
}

§Properties

§
iccId?: string
[src]

Required. ICC ID of the eSIM profile to be deleted.