In Node.js, you can remove a property or key from an object using the `delete` keyword.
Here's an example: