7 Deleting An object

We're now done with this user object and want to dispose of it from the database. Using the delete method it issues an appropriate DELETE query to the database. Since it needs a unique row, the usual things related to uniqueness mentioned above apply.