Class NotifyServiceRemovePatchOperation


public class NotifyServiceRemovePatchOperation extends RemovePatchOperation<Integer>
Submission "remove" PATCH operation To remove the COAR Notify Service of workspace item. Example: curl -X PATCH http://${dspace.server.url}/api/submission/workspaceitems/31599 -H "Content-Type: application/json" -d '[{ "op": "remove", "path": "/sections/coarnotify/review/0"}]'