interface DeleteDashboardsIDOwnersIDRequest {
    dashboardID: string;
    userID: string;
}

Properties

Properties

dashboardID: string

The dashboard ID.

userID: string

The ID of the owner to remove.

MMNEPVFCICPMFPCPTTAAATR