deleteWorkItems
This mutation allows bulk deleting of multiple work items. Query deleteWorkItems ([WorkItemDeleteResponse!]!) Bulk deletes multiple work items. When a work item is deleted, its descendants at all levels are also deleted. For safety, this mutation will not delete work items with more than 1000 descendants. This is an attempt to prevent…