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

    Type Alias DeleteRuntimeBackupAsClusterAdminData

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

    Type Declaration

    • backupId: BackupId

      The id of the backup.

    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/{backupId}"