interface DeleteTasksIDOwnersIDRequest {
    taskID: string;
    userID: string;
}

Properties

Properties

taskID: string

The task ID.

userID: string

The ID of the owner to remove.

MMNEPVFCICPMFPCPTTAAATR