feat(workitems): add DeleteWorkItem method
What does this MR do and why?
Implements DeleteWorkItem to support the workItemDelete GraphQL mutation. The method accepts fullPath and iid, internally queries for the Global ID, then executes the deletion mutation.
Also adds cleanup to gitlab_test/utils_test.go for TestCreateWorkItem() integration test.
Related Issues
Edited by Carlos Corona