Use

You should use a standard remove operation when you want to delete a specific database record. Standard remove operations use the primary key of an entity to locate the target record. You cannot create standard remove operations for entities that do not have primary keys. Since the primary key of an entity is unique, a standard remove always deletes a single database record.