Forge app how to reload issuelink list in issue screen?

Hi,

I create a Forge app with Triggers and Validators template, the app do some validation then delete an issuelink via Rest API /rest/api/3/issueLink/linkId. Delete successful from the backend but the UI (issue screen) not auto update, only update when manual reload page.

How can I make the auto update or reload the UI after an issuelink delete successful in backend?
Thanks in advance!