I'm trying to reset/empty my iCloud container for development purposes. I've tried Xcode > Debug > iCloud > Delete Container contents, but it has no effect. I still see previously saved data appearing in new instances of my app.
Previous documentation suggests checking the data on developer.icloud.com, but this seems to have been moved by Apple, and now shows a page referencing CloudKit.
How do I view/delete what's in my iCloud container? I'd like to simply delete the Core Data SQLite store I have in there, so I can start over.