Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteBudgetConfigurationRequest

    Delete budget

    interface DeleteBudgetConfigurationRequest {
        accountId?: string;
        budgetId?: string;
    }
    Index

    Properties

    accountId?: string

    account ID.

    budgetId?: string

    The budget configuration ID.