Are there any examples or guidance links for deleting work items when developing plugins
One answer
There is an operation for deleting a work item. See my answer here: https://jazz.net/forum/questions/222312/creation-of-precondition-plugin-on-delete-of-workitem/222357
Unfortunately there was not a lot of useful data in it, when I tried last.
Note, deleting work items is not a good idea and should always only be the last resort.
For how to and examples start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and perform the EWM Extensions Workshop - completely if you intend to develop plugins.
My blog has a lot of examples, including code. You can search e.g. for Advisor (precondition) and Participant (follow up actions).
For how to and examples start here: https://rsjazz.wordpress.com/2015/09/30/learning-to-fly-getting-started-with-the-rtc-java-apis/ and perform the EWM Extensions Workshop - completely if you intend to develop plugins.
My blog has a lot of examples, including code. You can search e.g. for Advisor (precondition) and Participant (follow up actions).
Comments
The website you provided does not provide me with any valid information to develop a plugin. Do you understand my point? I would like to develop a delete work item (server) server-side plugin. Do you have any more information to provide?
If you had read the page and my answer above carefully, you had found the link to the EWM/RTC Extensions Workshop. Read that introduction page, understand the Java APIs, perform the extensions workshop.