Skip to main content
Question

Shared Links - Delete after Download

  • May 22, 2025
  • 2 replies
  • 22 views

Forum|alt.badge.img

We would like to have our share links be deleted automatically after the file or folder has been downloaded successfully. Is it possible to do this somehow? -thanks

2 replies

Forum|alt.badge.img

Hello Paul, 

What I would do is set up a webhook to watch the file or folder. You'll want to set the event trigger to file.downloaded or folder.downloaded. When the event fires you can then make an API call the delete the shared link from the file or folder

Best,

Kourtney, Box Developer Advocate


Forum|alt.badge.img

Thanks! I will try this out.