Skip to main content
Version: 8.9

Type 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}";