Removes an entity from the table using its primary key(s).
repository.removeById(55);
See Implementation
Removes an entity from the table using its primary key(s).