API ClientsTypeScript SDKAPI ReferenceCoreType AliasesDeleteGlobalClusterVariableDataVersion: 8.9On this pageType Alias: DeleteGlobalClusterVariableData type DeleteGlobalClusterVariableData = object; Properties body? optional body?: never; path path: object; name name: string; The name of the cluster variable query? optional query?: never; url url: "/cluster-variables/global/{name}";Was this helpful?