Delete table data It's easy to delete a row in a table : DELETE FROM "user" WHERE id = 1; postgres doc - deleting