How to manually delete a record from key-value-store (using Apify console)
I am logged into Apify console and trying to delete some unwanted data records from a key-value-store.
I can see how to view or download the files, but I can't see how to delete them (other than by deleting the entire KVS). Am I missing something?
2 Replies
you can just set its value to null
sorry, I just noticed that you'd like to that from the console
Hey, currently there is no such option in the console UI, though IMO it'd be nice to have it there. I will pass the request to the console team.
For now, you may use API or CLI to delete a kvs record, see https://docs.apify.com/api/v2/key-value-store-record-delete
Delete record | Apify Documentation
ClientsRemoves a record specified by a key from the key-value store.