Muchas gracias gnzsoloyo:
He provado tu sugerencia y obtengo este bonito error en MySQL:
Cita: #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '*from usuarios WHERE datediff(CURDATE(),fecha)<10 and activo='0'' at line 1
DELETE * FROM usuarios WHERE datediff( CURDATE( ) , fecha ) <10 AND activo = '0'
con datediff( CURDATE( ) resaltados en rojo ¿Alguna idea?
Sigo investigando