?
Remove a file
Removes an object from a store.
admin.files.rm({ store: "handoff", key, private: true })
Deletes an object from a store by key. It reaches the one live store, so removing a public asset also stops it from serving.
Parameters
--store
string
RequiredThe store holding the object.
--key
string
RequiredThe object's key.
CLI
remy-admin files rm --store handoff --key <key> --private