Removing entries from the control panel is a lot of work if you need to delete multiple entries.
The best workaround is to create a separate record type that will contain one record for each day. Then, in the entries you want to delete on that day, set the CKReference for that particular day entry and set its action to CKReferenceAction.DeleteSelf
After that, you will only need to delete the daily entry, and all related entries will be deleted. Deleting one entry can easily be done from the toolbar, or you could create functionality in your application, or you could create a second application for administrative actions.
Edwin vermeer
source share