Programatically remove AppLinks

Hi there!

I’m looking for a way to programatically remove application links through the Java API (not REST).

Listing applinks is easy. But deleting them, not so much.

The interface ApplicationLinkService has a method getApplicationLinks(), what I am missing is something like deleteApplicationLink(String ApplicationId).

Does anyone know about something similar?

Best regards,

Hans