DeleteTabRequestCopyimport type { DeleteTabRequest } from "https://googleapis.deno.dev/v1/docs:v1.ts";Deletes a tab. If the tab has child tabs, they are deleted as well. interface DeleteTabRequest {tabId?: string;}§Properties§tabId?: string[src]The ID of the tab to delete.