How to delete a particle system?

Using 2.8 I tried

bpy.ops.particle.delete( type=‘PARTICLE’)

but it also deletes the object. How can I delete the particale system and keep the object?

Thanks!

bpy.ops.object.particle_system_remove()

Removes the last particle system in modifier list.