Hi @ aadilganie,
Could you please share a screenshot of the configuration of your flow?
Have you managed to retrieve all the values that need to be deleted from the excel file?
You could refer to steps below:
1.Add an "apply to each" to get each need to be deleted row in the excel file.
2.Add a "Get items" inside the "apply to each" to get all items in the list.
3.Add an "apply to each 2" under the "Get items" to get each item in the list.
4.Add an Condition inside the "apply to each 2" to check if the item's "Title" column is equal to the excel row's "Title" column.You could all check any other column.
5.Add a "delete item" action to delete the item which's "Title" column is equal to the excel row's "Title" column.
The screenshot of the flow as below:

The flow would run successfully to delete the items which's "Title" column is equal to the excel row's "Title" column as below:

Regards,
Alice Zhang