interface DeleteTasksIDRequest {
    taskID: string;
}

Properties

Properties

taskID: string

The ID of the task to delete.

MMNEPVFCICPMFPCPTTAAATR