Will short URLs expire and be deleted?

I searched through the Kibana issues and couldn't find any requests for a feature that would give an expiration date to short URL objects.

Since you have programmatic access to the new short URLs, I would recommend updating the script to hold on to the IDs that have been created (Kibana returns the ID in the API response), and to delete those IDs after the task is done.

1 Like