As a cloud foundation I want to avoid support tickets due to a confusing UI.
There are frequently support tickets arriving pointing to a malfunction of the service deletion like "Marketplace service deletion not working".
The root cause for these support tickets is that users only click the deletion icon in the panel once as it then turns into a red checkmark. To some users this indicates that the service was deleted, not that they should click again.
This behaviour violates common web form convention. Usually there would be a modal where a user would have to confirm the deletion. You are using a modal in other parts of your UI, making it not congruent.