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

    Type Alias DeleteRuntimeBackupStateAsClusterAdminData

    type DeleteRuntimeBackupStateAsClusterAdminData = {
        body?: never;
        path?: never;
        query?: { physicalTenantId?: string };
        url: "/cluster/v2/backups/runtime/state";
    }
    Index
    body?: never
    path?: never
    query?: { physicalTenantId?: string }

    Type Declaration

    • OptionalphysicalTenantId?: string

      The physical tenant to apply the change to. When omitted, or when passed with an empty value, the change is applied to every physical tenant of the cluster.

    url: "/cluster/v2/backups/runtime/state"