Particle is not GameObject. So Destroy() is not applicable.
(I need to remove a particle on mouse click on it)
I found answer. To remove particle we need to get array of particles with GetParticles() then set LifeTime to zero or -1 and assign this array back with SetParticles().