Se specifichi un nome di variabile, questa viene eliminata. Se specifichi un prefisso e recursive è true, tutte le variabili con quel prefisso vengono eliminate. Devi impostare un recursive su true se elimini le variabili per prefisso.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Difficile da capire","hardToUnderstand","thumb-down"],["Informazioni o codice di esempio errati","incorrectInformationOrSampleCode","thumb-down"],["Mancano le informazioni o gli esempi di cui ho bisogno","missingTheInformationSamplesINeed","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2025-03-04 UTC."],[[["This API allows for the deletion of a single variable or multiple variables that share a common prefix."],["The `name` path parameter specifies the variable to be deleted using a specific format, and requires `runtimeconfig.variables.delete` IAM permission."],["The `recursive` query parameter, when set to `true`, enables the deletion of multiple variables that share the specified prefix."],["The request body must be empty for this operation, and a successful response will also have an empty body."],["Authorization for this API requires one of two specified OAuth scopes, outlined in the Authentication Overview."]]],[]]