interface DeleteDashboardsIDCellsIDRequest {
    cellID: string;
    dashboardID: string;
}

Properties

Properties

cellID: string

The ID of the cell to delete.

dashboardID: string

The ID of the dashboard to delete.

MMNEPVFCICPMFPCPTTAAATR