@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias DeleteGlobalClusterVariableData

    type DeleteGlobalClusterVariableData = {
        body?: never;
        path: { name: ClusterVariableName };
        query?: never;
        url: "/cluster-variables/global/{name}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { name: ClusterVariableName }

    Type Declaration

    query?: never
    url: "/cluster-variables/global/{name}"