[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-16 UTC."],[[["\u003cp\u003eThe \u003ccode\u003edeleteVariableById\u003c/code\u003e method removes a variable and all its uses from the workspace based on the provided ID.\u003c/p\u003e\n"],["\u003cp\u003eThis method may require user confirmation before permanently deleting the variable.\u003c/p\u003e\n"],["\u003cp\u003eIt accepts a single parameter, \u003ccode\u003eid\u003c/code\u003e, which is a string representing the unique identifier of the variable to be deleted.\u003c/p\u003e\n"],["\u003cp\u003eThe method does not return any value (void).\u003c/p\u003e\n"]]],[],null,["[blockly](./blockly.md) \\\u003e [VariableMap](./blockly.variablemap_class.md) \\\u003e [deleteVariableById](./blockly.variablemap_class.deletevariablebyid_1_method.md)\n\nVariableMap.deleteVariableById() method\n---------------------------------------\n\n\u003e | **Warning:** This API is now obsolete.\n\u003e\n\u003e v12: use Blockly.Variables.deleteVariable.\n\nDelete a variables by the passed in ID and all of its uses from this workspace. May prompt the user for confirmation.\n\n**Signature:** \n\n deleteVariableById(id: string): void;\n\nParameters\n----------\n\n| Parameter | Type | Description |\n|-----------|--------|---------------------------|\n| id | string | ID of variable to delete. |\n\n**Returns:**\n\nvoid"]]