interface DeleteTasksIDLabelsIDRequest {
    labelID: string;
    taskID: string;
}

Properties

Properties

labelID: string

The ID of the label to delete.

taskID: string

The ID of the task to delete the label from.

MMNEPVFCICPMFPCPTTAAATR