It takes some doing but yes, I just tested this and it works...
First go to your phpmyadmin and look at your subscriptions table...
Find the "subscriptionid" of the subscription you want to hide, it's a number.
Now edit your templates, edit your
subscription_availablebit template.
On the very top add the line:
Code:
<if condition="$subscription[subscriptionid] != 4">
(where 4 is the subscriptionid number you want to block)'
at the very end of the template add the line
Repeat for all styles you have.
Now when you look at your subscriptions page that subscription should be hidden, but still "active" so it will work.