How to delete Work Items in my MigrationHandlerService
I have written a MigrationHandlerService where I am migrating some object of type WorkItem to Custom Objects. After the migration, I need to delete the Work Item type objects. I have tried various options like IWorkItemRestServic, IWorkItemCommonService and I WorkItemService, but nothing seems to work. Please suggest.