Delete files on source if they exist on destination

What kind of script could I use to delete files on source if they exist on destination.

rclone move will check that src == dst then delete src.