How to close a picture in HA app

Hi,

Via below automation, I send a notification to my IOS device to show a camera snapshot.
If I open the app, I see a notification in the notification center If I click on it, HA app opens and it will show the picture. Problem is that I don’t know how to close the picture.
So currently I need to force close the app and re-open. Does anybody have a good idea of how to improve this?
For example, click on the image to close it?

service: notify.mobile_app_ipad_pro
data:
  title: Hikvision detected Motion 98
  message: motion detected - 98
  data:
    ttl: 0
    priority: high
    tag: Motion_IPCAM098
    image: /local/hikvision/CAM098_garagevoordeur.jpg
    url: >-
      https://101ppok9c.ui.nabu.casa/local/hikvision/CAM098_garagevoordeur.jpg

thanks!