Deleting an "Extension Section" from IBM zOS Server pattern throwing error: Failed to update item: [object,Object]Issue When we try to remove an extension section from the discovery pattern:IBM zOS Server, it is throwing an error: Failed to update item: [object,Object]. This may be relevant to any pattern that is part of a scoped domain.ReleaseAnyCauseError from System logs: Operation Failed: com.glide.rest.domain.ServiceException: Operation Failed: com.glide.rest.util.GlideRecordValidator.checkForErrorOrThrowDefaultError(GlideRecordValidator.java:43)com.glide.rest.util.GlideRecordHandler.deleteRecord(GlideRecordHandler.java:265)com.glide.rest.service.table.TableAPIService.remove(TableAPIService.java:267)com.glide.rest.service.table.TableAPIV2Service.remove(TableAPIV2Service.java:135)sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)java.lang.reflect.Method.invoke(Method.java:498)com.glide.rest.handler.impl.ServiceHandlerImpl.invokeService(ServiceHandlerImpl.java:44)com.glide.rest.processors.RESTAPIProcessor.process(RESTAPIProcessor.java:290)com.glide.processors.AProcessor.runProcessor(AProcessor.java:553)com.glide.processors.AProcessor.processTransaction(AProcessor.java:240)com.glide.processors.ProcessorRegistry.process0(ProcessorRegistry.java:177)com.glide.processors.ProcessorRegistry.process(ProcessorRegistry.java:166)com.glide.ui.GlideServletTransaction.process(GlideServletTransaction.java:31)com.glide.sys.Transaction.run(Transaction.java:2192)java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)java.lang.Thread.run(Thread.java:748) We see this error when the user trying to remove the extenison is in different domain than that of the pattern domain.ResolutionInstead of deleting the extension section from the pattern designer, we can delete the pattern from the "sa_pattern" table.1. Go to the sa_pattern.LIST from the navigation filter2. Look for the pattern extension: XXXXXXXXX 3. Open the pattern, you will see a pop-up that saysXXXXXXX is part of "YYYYYYY" application but you are in the "ZZZZZZZ" domain, to edit the record click here4. Once you click on that click here, it will show you an option to delete the extension and you can delete from here.