Update One
destroy Method
The method used to delete a document or documents from a collection.
Usage
const deleted = await User.destroy({
id: "3787778"
}).fetch();
// Do something with deleted records.
if .fetch() method is passed. The method returns the deleted documents.