method IniMap.prototype.deleteimport { IniMap } from "https://dotland.deno.dev/std@0.224.0/ini/mod.ts"; delete(key: string): booleanDelete a global key in the INI. delete(section: string, key: string): booleanDelete a section key in the INI. Delete a global key in the INI. Parameterskey: stringReturnsbooleanDelete a section key in the INI. Parameterssection: stringkey: stringReturnsboolean