Se você especificar o nome de uma variável, ela será excluída. Se você especificar um prefixo e recursive for verdadeiro, todas as variáveis com esse prefixo serão excluídas. Defina recursive como "true" se você excluir variáveis por prefixo.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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."]]],[]]