Databricks SDK for JavaScript
    Preparing search index...
    interface DeleteScheduleRequest {
        dashboardId?: string;
        etag?: string;
        scheduleId?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the dashboard to which the schedule belongs.

    etag?: string

    The etag for the schedule. Optionally, it can be provided to verify that the schedule has not been modified from its last retrieval.

    scheduleId?: string

    UUID identifying the schedule.