I am trying to think of how to make an api endpoint to expire information from my kv store. For example, during the creation of an auth token, I would like to have a piece of code which creates a scheduledevent to execute at a certain epoch; It seems like the only way to do something similar to this is using cron triggers. Is there a way to do it programmatically?