I have a list where I save the objects created by a specific class.
I would like to know, cause I can’t manage to solve this issue, how do I delete an instance of the class from the list?
This should happen based on knowing one attribute of the object.
Iterate through the list, find the object and its position, then delete it: