interface DeleteChecksIDLabelsIDRequest {
    checkID: string;
    labelID: string;
}

Properties

Properties

checkID: string

The check ID.

labelID: string

The ID of the label to delete.

MMNEPVFCICPMFPCPTTAAATR