Wenn Sie einen Namen einer Variable angeben, wird diese Variable gelöscht. Wenn Sie ein Präfix angeben und recursive auf „wahr“ gesetzt ist, werden alle Variablen mit diesem Präfix gelöscht. Sie müssen recursive auf „wahr“ setzen, wenn Sie Variablen nach Präfix löschen.
[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Schwer verständlich","hardToUnderstand","thumb-down"],["Informationen oder Beispielcode falsch","incorrectInformationOrSampleCode","thumb-down"],["Benötigte Informationen/Beispiele nicht gefunden","missingTheInformationSamplesINeed","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 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."]]],[]]