This exception is thrown when deleting an object which uses soft delete model and is related to other models which are not soft delete, even if cascade_delete is set to false.
Orm\RelationNotSoft [ Error ]: Both sides of the relation must be subclasses of Model_Soft or Model_Temporal if cascade delete is true. Model_Lead was found instead.