[{"data":1,"prerenderedAt":360},["ShallowReactive",2],{"content-query-BZ12FoXaKN":3},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"title":8,"description":7,"icon":9,"body":10,"_type":354,"_id":355,"_source":356,"_file":357,"_stem":358,"_extension":359},"/ramdb/hashes/hashdeleteid","hashes",false,"","ArmaRAMDb - Hash Delete ID","mdi:file-text-outline",{"type":11,"children":12,"toc":339},"root",[13,22,29,44,50,62,68,132,138,143,149,156,165,171,180,186,195,201,246,252],{"type":14,"tag":15,"props":16,"children":18},"element","h1",{"id":17},"ramdb_db_fnc_hashdeleteid",[19],{"type":20,"value":21},"text","ramdb_db_fnc_hashDeleteId",{"type":14,"tag":23,"props":24,"children":26},"h2",{"id":25},"description",[27],{"type":20,"value":28},"Description",{"type":14,"tag":30,"props":31,"children":32},"p",{},[33,35,42],{"type":20,"value":34},"Removes a specific hash table from the database using its unique identifier. This function deletes all fields and values associated with the specified hash ID. Unlike the global ",{"type":14,"tag":36,"props":37,"children":39},"code",{"className":38},[],[40],{"type":20,"value":41},"hashDelete",{"type":20,"value":43}," function, this operation only affects a single hash table entry.",{"type":14,"tag":23,"props":45,"children":47},{"id":46},"syntax",[48],{"type":20,"value":49},"Syntax",{"type":14,"tag":51,"props":52,"children":57},"pre",{"className":53,"code":55,"language":56,"meta":7},[54],"language-sqf","[_key] call ramdb_db_fnc_hashDeleteId\n","sqf",[58],{"type":14,"tag":36,"props":59,"children":60},{"__ignoreMap":7},[61],{"type":20,"value":55},{"type":14,"tag":23,"props":63,"children":65},{"id":64},"parameters",[66],{"type":20,"value":67},"Parameters",{"type":14,"tag":69,"props":70,"children":71},"table",{},[72,100],{"type":14,"tag":73,"props":74,"children":75},"thead",{},[76],{"type":14,"tag":77,"props":78,"children":79},"tr",{},[80,86,91,95],{"type":14,"tag":81,"props":82,"children":83},"th",{},[84],{"type":20,"value":85},"Parameter",{"type":14,"tag":81,"props":87,"children":88},{},[89],{"type":20,"value":90},"Type",{"type":14,"tag":81,"props":92,"children":93},{},[94],{"type":20,"value":28},{"type":14,"tag":81,"props":96,"children":97},{},[98],{"type":20,"value":99},"Default",{"type":14,"tag":101,"props":102,"children":103},"tbody",{},[104],{"type":14,"tag":77,"props":105,"children":106},{},[107,117,122,127],{"type":14,"tag":108,"props":109,"children":110},"td",{},[111],{"type":14,"tag":36,"props":112,"children":114},{"className":113},[],[115],{"type":20,"value":116},"_key",{"type":14,"tag":108,"props":118,"children":119},{},[120],{"type":20,"value":121},"String",{"type":14,"tag":108,"props":123,"children":124},{},[125],{"type":20,"value":126},"Identifier of the hash to be deleted",{"type":14,"tag":108,"props":128,"children":129},{},[130],{"type":20,"value":131},"\"\"",{"type":14,"tag":23,"props":133,"children":135},{"id":134},"return-value",[136],{"type":20,"value":137},"Return Value",{"type":14,"tag":30,"props":139,"children":140},{},[141],{"type":20,"value":142},"None. The operation runs synchronously to delete the specified hash table.",{"type":14,"tag":23,"props":144,"children":146},{"id":145},"examples",[147],{"type":20,"value":148},"Examples",{"type":14,"tag":150,"props":151,"children":153},"h3",{"id":152},"delete-a-specific-hash-table",[154],{"type":20,"value":155},"Delete a specific hash table:",{"type":14,"tag":51,"props":157,"children":160},{"className":158,"code":159,"language":56,"meta":7},[54],"[\"playerStats\"] call ramdb_db_fnc_hashDeleteId;\n",[161],{"type":14,"tag":36,"props":162,"children":163},{"__ignoreMap":7},[164],{"type":20,"value":159},{"type":14,"tag":150,"props":166,"children":168},{"id":167},"delete-a-players-hash-data",[169],{"type":20,"value":170},"Delete a player's hash data:",{"type":14,"tag":51,"props":172,"children":175},{"className":173,"code":174,"language":56,"meta":7},[54],"[getPlayerUID player] call ramdb_db_fnc_hashDeleteId;\n",[176],{"type":14,"tag":36,"props":177,"children":178},{"__ignoreMap":7},[179],{"type":20,"value":174},{"type":14,"tag":150,"props":181,"children":183},{"id":182},"delete-a-hash-table-from-a-client",[184],{"type":20,"value":185},"Delete a hash table from a client:",{"type":14,"tag":51,"props":187,"children":190},{"className":188,"code":189,"language":56,"meta":7},[54],"[\"vehicleData\"] remoteExecCall [\"ramdb_db_fnc_hashDeleteId\", 2, false];\n",[191],{"type":14,"tag":36,"props":192,"children":193},{"__ignoreMap":7},[194],{"type":20,"value":189},{"type":14,"tag":23,"props":196,"children":198},{"id":197},"notes",[199],{"type":20,"value":200},"Notes",{"type":14,"tag":202,"props":203,"children":204},"ul",{},[205,216,221,226,231,236,241],{"type":14,"tag":206,"props":207,"children":208},"li",{},[209,211],{"type":20,"value":210},"This operation only removes a single hash table identified by ",{"type":14,"tag":36,"props":212,"children":214},{"className":213},[],[215],{"type":20,"value":116},{"type":14,"tag":206,"props":217,"children":218},{},[219],{"type":20,"value":220},"Cannot be undone unless you have a backup",{"type":14,"tag":206,"props":222,"children":223},{},[224],{"type":20,"value":225},"Validates that the key is not empty before proceeding",{"type":14,"tag":206,"props":227,"children":228},{},[229],{"type":20,"value":230},"All fields associated with the hash ID are removed",{"type":14,"tag":206,"props":232,"children":233},{},[234],{"type":20,"value":235},"Useful for clearing player-specific data or resetting entity data",{"type":14,"tag":206,"props":237,"children":238},{},[239],{"type":20,"value":240},"Executes immediately without confirmation",{"type":14,"tag":206,"props":242,"children":243},{},[244],{"type":20,"value":245},"Logs the operation for debugging purposes",{"type":14,"tag":23,"props":247,"children":249},{"id":248},"links",[250],{"type":20,"value":251},"Links",{"type":14,"tag":30,"props":253,"children":254},{},[255,262,264,269,270,276,277,283,284,290,291,297,298,304,305,311,312,318,319,325,326,332,333],{"type":14,"tag":256,"props":257,"children":259},"a",{"href":258},"/ramdb/hashes/hashdelete",[260],{"type":20,"value":261},"Hash Delete",{"type":20,"value":263}," |\n",{"type":14,"tag":256,"props":265,"children":266},{"href":4},[267],{"type":20,"value":268},"Hash Delete ID",{"type":20,"value":263},{"type":14,"tag":256,"props":271,"children":273},{"href":272},"/ramdb/hashes/hashget",[274],{"type":20,"value":275},"Hash Get",{"type":20,"value":263},{"type":14,"tag":256,"props":278,"children":280},{"href":279},"/ramdb/hashes/hashgetall",[281],{"type":20,"value":282},"Hash Get All",{"type":20,"value":263},{"type":14,"tag":256,"props":285,"children":287},{"href":286},"/ramdb/hashes/hashgetallid",[288],{"type":20,"value":289},"Hash Get All ID",{"type":20,"value":263},{"type":14,"tag":256,"props":292,"children":294},{"href":293},"/ramdb/hashes/hashgetid",[295],{"type":20,"value":296},"Hash Get ID",{"type":20,"value":263},{"type":14,"tag":256,"props":299,"children":301},{"href":300},"/ramdb/hashes/hashremove",[302],{"type":20,"value":303},"Hash Remove",{"type":20,"value":263},{"type":14,"tag":256,"props":306,"children":308},{"href":307},"/ramdb/hashes/hashremoveid",[309],{"type":20,"value":310},"Hash Remove ID",{"type":20,"value":263},{"type":14,"tag":256,"props":313,"children":315},{"href":314},"/ramdb/hashes/hashset",[316],{"type":20,"value":317},"Hash Set",{"type":20,"value":263},{"type":14,"tag":256,"props":320,"children":322},{"href":321},"/ramdb/hashes/hashsetbulk",[323],{"type":20,"value":324},"Hash Set Bulk",{"type":20,"value":263},{"type":14,"tag":256,"props":327,"children":329},{"href":328},"/ramdb/hashes/hashsetid",[330],{"type":20,"value":331},"Hash Set ID",{"type":20,"value":263},{"type":14,"tag":256,"props":334,"children":336},{"href":335},"/ramdb/hashes/hashsetidbulk",[337],{"type":20,"value":338},"Hash Set ID Bulk",{"title":7,"searchDepth":340,"depth":340,"links":341},2,[342,343,344,345,346,352,353],{"id":25,"depth":340,"text":28},{"id":46,"depth":340,"text":49},{"id":64,"depth":340,"text":67},{"id":134,"depth":340,"text":137},{"id":145,"depth":340,"text":148,"children":347},[348,350,351],{"id":152,"depth":349,"text":155},3,{"id":167,"depth":349,"text":170},{"id":182,"depth":349,"text":185},{"id":197,"depth":340,"text":200},{"id":248,"depth":340,"text":251},"markdown","content:ramdb:hashes:hashDeleteId.md","content","ramdb/hashes/hashDeleteId.md","ramdb/hashes/hashDeleteId","md",1742777961975]