I actually managed to achieve this by creating a provider that extends DeleteCredentialAction.java.
Not sure if that’s very elegant, but it worked. Then I call super for everything but run my own logic if the credential is of a given type.
Is there any concerns I should be aware of by doing this - besides watching out for updated on the class I extend?
Best,
Francis