Hi Vinod,
You could not commit your list and retrieve the list again from the database. That will contain the original values.
If I'm not totally wrong, you cannot explicitly roll back a delete in Mendix.
There are some workarounds depending on your use case to handle that (e.g. you can technically rollback a complete transaction).