Si especificas un nombre de variable, se borrará esa variable. Si especificas un prefijo y recursive es verdadero, se borrarán todas las variables con ese prefijo. Debes establecer un recursive como verdadero si borras variables por prefijo.
[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Información o código de muestra incorrectos","incorrectInformationOrSampleCode","thumb-down"],["Faltan la información o los ejemplos que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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."]]],[]]