Databricks SDK for JavaScript
    Preparing search index...

    Interface DeleteSubscriptionRequest

    interface DeleteSubscriptionRequest {
        dashboardId?: string;
        etag?: string;
        scheduleId?: string;
        subscriptionId?: string;
    }
    Index

    Properties

    dashboardId?: string

    UUID identifying the dashboard which the subscription belongs.

    etag?: string

    The etag for the subscription. Can be optionally provided to ensure that the subscription has not been modified since the last read.

    scheduleId?: string

    UUID identifying the schedule which the subscription belongs.

    subscriptionId?: string

    UUID identifying the subscription.