I have been looking through all the questions but eventhough it should be something common, I did not see any question like that. So, I have a data in my db like that, I would like to delete only token field after a specific timeout in nodejs. I thought using deleteOne method but it deletes the whole data. I need to keep the data other than the token. Thanks
{
"_id": "samplesample",
"item":{},
"password": "$2a$10$vsB.X7OZIv1464PX38wj2OZ9it7lxCtToM4CxQx8MANy1GzluTEmy",
"token": "b166VSe1vdpUMe9S"
}