# Slow Datastore Deletion

Deleting your keys does not actually delete them, rather, it marks them to be deleted. It takes about 30 days before the data is actually deleted from the datastore. If you really must remove data at all costs, it's better to use references to data that get removed, or just zero out/nil the data.
