Each interceptor can unregister itself from any event by using the unregister( state ) method. This method is found in all Interceptors or can be accessed via the interceptor service as well.
// Inside an interceptorunregister( 'preProcess' );// From the interceptor servicecontroller.getInterceptorService().unregister( interceptorName="MyInterceptor", state="preProcess" );