destroy particle emitter without particles

Is it possible to destroy object which have particle system but do not destroy particles which this object made?

A simple solution is you create an empty gameobject as the particle emitter, and you contrain its movement to the target object. Then you can destroy the object, but the empty gameobject will emit particles yet

no, but you can tell the particlesystem to stop emitting…