Hi! Couple of quick questions... 1. What's the best way to delete a static asset from a user worker?
Hi! Couple of quick questions...
- What's the best way to delete a static asset from a user worker? I believe it's possible by creating an upload session and including all the assets except the one you want to remove, but is there something neater, e.g. like
toDELETE
but for user workers?/accounts/{accountIdentifier}/workers/scripts/{scriptName}/assets/{assetKey} - If you hit the maximum number of assets for a user worker (which I believe is 20,000 assets), how is it handled? Does it error or does it evict assets, e.g. via FIFO or similar?

