interface DeleteDashboardsIDLabelsIDRequest {
    dashboardID: string;
    labelID: string;
}

Properties

Properties

dashboardID: string

The dashboard ID.

labelID: string

The ID of the label to delete.

MMNEPVFCICPMFPCPTTAAATR